aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/JumpThreading/indirectbr.ll
AgeCommit message (Expand)Author
2011-02-18prevent jump threading from merging blocks when their address isChris Lattner
2010-12-06Implement jump threading of 'indirectbr' by keeping track of whether we're lo...Frits van Bommel