OSDN Git Service

* tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Apr 2010 21:10:53 +0000 (21:10 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Apr 2010 21:10:53 +0000 (21:10 +0000)
commit9f5d6ac9c56ca8c00340a41b8fcdae7d8b670a8f
tree8b95fc1b108384f4752ddbc500a0c367f241fee9
parentb7ed3e6d6ac38e59e1bc5e506c351e9b4cda7091
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158948 138bc75d-0d04-0410-961f-82ee72b054a4
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