diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-10-10 11:33:39 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-10-10 11:33:39 +0000 |
commit | 6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81 (patch) | |
tree | 1354eff221b576ada39ccb796806717a4dcf6fdb /gcc/reorg.c | |
parent | 3717a9799293e47e4bbc18f7cda76b88e886e22e (diff) | |
download | gcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.zip gcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.tar.gz gcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.tar.bz2 |
calls.c: Fix formatting.
* calls.c: Fix formatting.
* c-decl.c: Likewise.
* cfgcleanup.c: Likewise.
* combine.c: Likewise.
* cppfiles.c: Likewise.
* cpplib.c: Likewise.
* cppmacro.c: Likewise.
* crtstuff.c: Likewise.
* cse.c: Likewise.
* dwarf2out.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* ggc-page.c: Likewise.
* integrate.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* real.c: Likewise.
* recog.c: Likewise.
* reload1.c: Likewise.
* reload.c: Likewise.
* reorg.c: Likewise.
* resource.c: Likewise.
* sched-rgn.c: Likewise.
* sdbout.c: Likewise.
* stmt.c: Likewise.
* toplev.c: Likewise.
* varasm.c: Likewise.
From-SVN: r46145
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index 97a8354..7ef9e11 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -118,7 +118,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA based on the condition code of the previous insn. The HP-PA can conditionally nullify insns, providing a similar - effect to the ARM, differing mostly in which insn is "in charge". */ + effect to the ARM, differing mostly in which insn is "in charge". */ #include "config.h" #include "system.h" @@ -2123,7 +2123,7 @@ fill_simple_delay_slots (non_jumps_p) tmp++; /* Remove the unconditional jump from consideration for delay slot - filling and unthread it. */ + filling and unthread it. */ if (*tmp == trial) *tmp = 0; { @@ -2309,7 +2309,7 @@ fill_simple_delay_slots (non_jumps_p) break; /* See if we have a resource problem before we try to - split. */ + split. */ if (GET_CODE (pat) != SEQUENCE && ! insn_references_resource_p (trial, &set, 1) && ! insn_sets_resource_p (trial, &set, 1) |