diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-14 01:36:18 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-14 01:36:18 +0000 |
commit | c7684b8e2ecd2622f304401306439aad2a7f7949 (patch) | |
tree | fa292910ee8ad254d6fd20ee30ba53fae74d9ab7 /gcc/jump.c | |
parent | b4500ab39ac146200ccf8ef40237ccab9c525c08 (diff) | |
download | gcc-c7684b8e2ecd2622f304401306439aad2a7f7949.tar.gz |
* config/fixed-bit.c, config/i386/cpuid.h, config/i386/i386.c,
config/i386/i386.md, config/i386/sse.md, function.c, jump.c,
modulo-sched.c, ra-conflict.c, toplev.c, tree-eh.c, tree-sra.c,
tree-ssa-dse.c, tree-vect-analyze.c, tree-vect-patterns.c,
tree-vect-transform.c: Fix comment typos.
* doc/extend.texi: Fix a typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129291 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jump.c b/gcc/jump.c index e62024fbc71..e17f1488620 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -975,7 +975,7 @@ mark_jump_label (rtx x, rtx insn, int in_mem) (insn != NULL && x == PATTERN (insn) && JUMP_P (insn))); } -/* Worker function for mark_jump_label. IN_MEM is TRUE when X occurrs +/* Worker function for mark_jump_label. IN_MEM is TRUE when X occurs within a (MEM ...). IS_TARGET is TRUE when X is to be treated as a jump-target; when the JUMP_LABEL field of INSN should be set or a REG_LABEL_TARGET note should be added, not a REG_LABEL_OPERAND |