summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-22 01:50:04 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-22 01:50:04 +0000
commitaac70b8a68c4e38732b57240aa70e236ad2e3914 (patch)
tree453a7754614cbe1bd1ba08ffd59bafabb5d4996c /gcc/ChangeLog
parent152fc75106854082bb2230a8307486ad4e49ca94 (diff)
downloadgcc-aac70b8a68c4e38732b57240aa70e236ad2e3914.tar.gz
* loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
conditional. (loop_unroll_iter): Remove unused variable and all references. (loop_optimize): Always allocate and clear space for loop_unroll_factor. (insert_bct): Fix minor formatting problems. * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA. (loop_unroll_iter): Removed unused decl. * unroll.c (unroll_loop): Remove code to set loop_unroll_iter. Always record the unrolling factor. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15622 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index baed2009638..6b582e9afc2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,15 @@
Sun Sep 21 17:45:45 1997 Jeffrey A Law (law@cygnus.com)
+ * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
+ conditional.
+ (loop_unroll_iter): Remove unused variable and all references.
+ (loop_optimize): Always allocate and clear space for loop_unroll_factor.
+ (insert_bct): Fix minor formatting problems.
+ * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
+ (loop_unroll_iter): Removed unused decl.
+ * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
+ Always record the unrolling factor.
+
* cse.c (simplify_relational_operation): Set h0u just like h0s.
Similarly for h1u and h1s.