]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-vect-loop-manip.c
tree-vect-loop-manip.c (slpeel_add_loop_guard): Gimplify the condition using is_gimpl...
authorRichard Guenther <rguenther@suse.de>
Mon, 23 Apr 2012 14:38:16 +0000 (14:38 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 23 Apr 2012 14:38:16 +0000 (14:38 +0000)
commitf7a06a988e73a9a0208af4f714ae40fb19d7e1ae
tree1da03108f44cb1b2f9ea810fe093306a780377ab
parentc6f9b038be55acdc36911affcb116a60dd1181da
tree-vect-loop-manip.c (slpeel_add_loop_guard): Gimplify the condition using is_gimple_condexpr and avoid the not necessary...

2012-04-23  Richard Guenther  <rguenther@suse.de>

* tree-vect-loop-manip.c (slpeel_add_loop_guard): Gimplify
the condition using is_gimple_condexpr and avoid the not necessary
boolification.
(set_prologue_iterations): Likewise.
(vect_loop_versioning): Likewise.

From-SVN: r186710
gcc/ChangeLog
gcc/tree-vect-loop-manip.c