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/sched-rgn.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/sched-rgn.c')
-rw-r--r-- | gcc/sched-rgn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sched-rgn.c b/gcc/sched-rgn.c index 7a9f9f7..8426b43 100644 --- a/gcc/sched-rgn.c +++ b/gcc/sched-rgn.c @@ -2201,7 +2201,7 @@ can_schedule_ready_p (insn) while (SCHED_GROUP_P (temp)) temp = PREV_INSN (temp); - /* Update source block boundaries. */ + /* Update source block boundaries. */ b1 = BLOCK_FOR_INSN (temp); if (temp == b1->head && insn == b1->end) { @@ -3017,7 +3017,7 @@ schedule_insns (dump_file) /* Update life analysis for the subroutine. Do single block regions first so that we can verify that live_at_start didn't change. Then - do all other blocks. */ + do all other blocks. */ /* ??? There is an outside possibility that update_life_info, or more to the point propagate_block, could get called with non-zero flags more than once for one basic block. This would be kinda bad if it |