aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopSimplify.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-11-20 19:37:38 +0000
committerJim Grosbach <grosbach@apple.com>2009-11-20 19:37:38 +0000
commit6c3b71195a6221b80ceab19cec2fee3814ba893a (patch)
tree25ce3b04e9dd23982c285c373bb35e28150b44a8 /llvm/lib/Transforms/Utils/LoopSimplify.cpp
parentff203777407a26b09682b6a21b77c2a73a4f1d65 (diff)
downloadllvm-6c3b71195a6221b80ceab19cec2fee3814ba893a.zip
llvm-6c3b71195a6221b80ceab19cec2fee3814ba893a.tar.gz
llvm-6c3b71195a6221b80ceab19cec2fee3814ba893a.tar.bz2
The verify() call of CPEIsInRange() isn't right for the assertion check of
constant pool ranges, as CPEIsInRange() makes conservative assumptions about the potential alignment changes from branch adjustments. The verification, on the other hand, runs after those branch adjustments are made, so the effects on alignment are known and already taken into account. The sanity check in verify should check the range directly instead. llvm-svn: 89473
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopSimplify.cpp')
0 files changed, 0 insertions, 0 deletions