aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3f28469..27a7457 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -11,10 +11,10 @@
2007-04-22 Revital Eres <eres@il.ibm.com>
- * loop-unroll.c (var_to_expand): New field to support also
- insns of the form x = something + x.
- (analyze_insn_to_expand_var): Use it.
- (expand_var_during_unrolling): Likewise.
+ * loop-unroll.c (var_to_expand): New field to support also
+ insns of the form x = something + x.
+ (analyze_insn_to_expand_var): Use it.
+ (expand_var_during_unrolling): Likewise.
2007-04-21 Zdenek Dvorak <dvorakz@suse.cz>