diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-08-01 03:55:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-08-01 03:55:03 +0000 |
commit | 569b7f6adb641fe57a10c76514bf670f5f479648 (patch) | |
tree | 6ff21aa552a2746964fc034a8697d9e05c27a0a8 /gcc/reorg.c | |
parent | 5922c21599d7fdbeb5f63701b5b364df1c086538 (diff) | |
download | gcc-569b7f6adb641fe57a10c76514bf670f5f479648.zip gcc-569b7f6adb641fe57a10c76514bf670f5f479648.tar.gz gcc-569b7f6adb641fe57a10c76514bf670f5f479648.tar.bz2 |
dwarf2out.c, [...]: Fix comment typos.
* dwarf2out.c, fold-const.c, ipa-type-escape.c,
loop-invariant.c, predict.c, predict.def, reload1.c, reorg.c,
tree-sra.c, config/arm/arm.c, config/crx/crx.c,
config/i386/i386.c, config/mips/mips.h,
config/rs6000/rs6000.h, config/sh/sh.c,
config/stormy16/stormy16.c: Fix comment typos.
From-SVN: r102620
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index c32d9bc..cda7168 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -1934,7 +1934,7 @@ reorg_redirect_jump (rtx jump, rtx nlabel) that reference values used in INSN. If we find one, then we move the REG_DEAD note to INSN. - This is needed to handle the case where an later insn (after INSN) has a + This is needed to handle the case where a later insn (after INSN) has a REG_DEAD note for a register used by INSN, and this later insn subsequently gets moved before a CODE_LABEL because it is a redundant insn. In this case, mark_target_live_regs may be confused into thinking the register |