diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-09 06:03:16 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-09 06:03:16 +0000 |
commit | 20dd417af30c7acc30f73bad9adf49073e48e6af (patch) | |
tree | 5f5de869671afe0860dba99e31812a0a95a46c55 /gcc/reorg.c | |
parent | a26c43b2bf728f8eb14bd1f711e535a1fba3f484 (diff) | |
download | gcc-20dd417af30c7acc30f73bad9adf49073e48e6af.tar.gz |
* c-common.c: Fix comment typos.
* cfgrtl.c: Likewise.
* collect2.c: Likewise.
* cpplex.c: Likewise.
* doloop.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* gcc.c: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.
* global.c: Likewise.
* ifcvt.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
* protoize.c: Likewise.
* regclass.c: Likewise.
* reorg.c: Likewise.
* rtl.h: Likewise.
* stmt.c: Likewise.
* tree.h: Likewise.
* doc/cpp.texi: Likewise.
* doc/c-tree.texi: Likewise.
* doc/extend.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/objc.texi: Likewise.
* doc/tm.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46114 138bc75d-0d04-0410-961f-82ee72b054a4
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 986ef671eca..97a8354ab69 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -3105,7 +3105,7 @@ relax_delay_slots (first) if (target_label != JUMP_LABEL (insn)) reorg_redirect_jump (insn, target_label); - /* See if this jump branches around a unconditional jump. + /* See if this jump branches around an unconditional jump. If so, invert this jump and point it to the target of the second jump. */ if (next && GET_CODE (next) == JUMP_INSN |