]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of the variable...
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 30 Apr 2010 21:10:53 +0000 (21:10 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 30 Apr 2010 21:10:53 +0000 (21:10 +0000)
commitce276b614cde941ac9bbc481e7ffd29e5e53b74d
tree8b95fc1b108384f4752ddbc500a0c367f241fee9
parent5cb6410a270421888033a4489c9f46d979324877
tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of the variable part of the offset as well.

* tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
the variable part of the offset as well.  Use highest_pow2_factor for
all alignment checks.

From-SVN: r158948
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20100430-1.c [new file with mode: 0644]
gcc/tree-ssa-loop-ivopts.c