diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-10 11:33:39 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-10 11:33:39 +0000 |
commit | 1e625a2ee3cbdec27b9c9666999bbec3e6b3f49a (patch) | |
tree | 1354eff221b576ada39ccb796806717a4dcf6fdb /gcc/loop.c | |
parent | 4b68268e90ad2c9c9014b63618f020fc6c9f107b (diff) | |
download | gcc-1e625a2ee3cbdec27b9c9666999bbec3e6b3f49a.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/loop.c b/gcc/loop.c index ab90395708d..ec465c7b6c5 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -3775,7 +3775,7 @@ loop_givs_find (loop) /* For each giv for which we still don't know whether or not it is replaceable, check to see if it is replaceable because its final value - can be calculated. */ + can be calculated. */ static void loop_givs_check (loop) @@ -4757,7 +4757,7 @@ find_mem_givs (loop, x, insn, not_every_iteration, maybe_multiple) /* This code used to disable creating GIVs with mult_val == 1 and add_val == 0. However, this leads to lost optimizations when it comes time to combine a set of related DEST_ADDR GIVs, since - this one would not be seen. */ + this one would not be seen. */ if (general_induction_var (loop, XEXP (x, 0), &src_reg, &add_val, &mult_val, &ext_val, 1, &benefit, |