Fix whitespace.
authorZdenek Dvorak <rakdver@gcc.gnu.org>
Sun, 22 Apr 2007 12:02:29 +0000 (12:02 +0000)
committerZdenek Dvorak <rakdver@gcc.gnu.org>
Sun, 22 Apr 2007 12:02:29 +0000 (12:02 +0000)
From-SVN: r124043

gcc/ChangeLog

index 3f284697be188573ef6f6757217d9c2c096c8be5..27a745766d136bfda749d2fb9a6c61edfca9d8ae 100644 (file)
 
 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>