Skip to content
Commit c053cbbc authored by Chris Lattner's avatar Chris Lattner
Browse files

Make DSE only scan blocks that are reachable from the entry

block.  Other blocks may have pointer cycles that will crash
basicaa and other alias analyses.  In any case, there is no
point wasting cycles optimizing dead blocks.  This fixes 
rdar://7635088

llvm-svn: 95852
parent f492ece8
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