diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-10-14 01:36:18 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-10-14 01:36:18 +0000 |
commit | 84fbffb2c2ca27cf8368808a467a06734fae8ce0 (patch) | |
tree | fa292910ee8ad254d6fd20ee30ba53fae74d9ab7 /gcc/jump.c | |
parent | d06a846ba9cfffdd2ddbe36a1db7bf47b67a3c13 (diff) | |
download | gcc-84fbffb2c2ca27cf8368808a467a06734fae8ce0.zip gcc-84fbffb2c2ca27cf8368808a467a06734fae8ce0.tar.gz gcc-84fbffb2c2ca27cf8368808a467a06734fae8ce0.tar.bz2 |
fixed-bit.c, [...]: Fix comment typos.
* 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.
From-SVN: r129291
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |