Skip to content
Commit 6c3b7119 authored by Jim Grosbach's avatar Jim Grosbach
Browse files

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
parent ff203777
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment