Fix whitespace.

From-SVN: r124043
This commit is contained in:
Zdenek Dvorak 2007-04-22 12:02:29 +00:00
parent e0a607311c
commit b7716a8e90

View file

@ -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>