summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/2011-03-08-UnreachableUse.ll
Commit message (Collapse)AuthorAgeFilesLines
* PR9420; an instruction before an unreachable is guaranteed not to have anyEli Friedman2011-03-091-0/+31
reachable uses, but there still might be uses in dead blocks. Use the standard solution of replacing all the uses with undef. This is a rare case because it's very sensitive to phase ordering in SimplifyCFG. llvm-svn: 127299
OpenPOWER on IntegriCloud