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
commitb3de86391c62a6519caa0d6ea12197326efbb793 (patch)
tree6af68db99628e6106741fef4112ad0aac4f2a722 /lib/CodeGen/MachineLICM.cpp
parent58bb6d922787ef2477a325c7106c95367d034af9 (diff)
downloadexternal_llvm-b3de86391c62a6519caa0d6ea12197326efbb793.zip
external_llvm-b3de86391c62a6519caa0d6ea12197326efbb793.tar.gz
external_llvm-b3de86391c62a6519caa0d6ea12197326efbb793.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