aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineLICM.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
commita9562568e5c2a897e3a51b18700eeb70f0dda48c (patch)
tree6af68db99628e6106741fef4112ad0aac4f2a722 /lib/CodeGen/MachineLICM.cpp
parent5bd698e65c6858c7d2a715e29b57f63a60295923 (diff)
downloadexternal_llvm-a9562568e5c2a897e3a51b18700eeb70f0dda48c.zip
external_llvm-a9562568e5c2a897e3a51b18700eeb70f0dda48c.tar.gz
external_llvm-a9562568e5c2a897e3a51b18700eeb70f0dda48c.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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89473 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineLICM.cpp')
0 files changed, 0 insertions, 0 deletions