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

If a block is dead, dominators will not be calculated for it. Because of this

loop information won't see it, and we could have unreachable blocks pointing to
the non-header node of blocks in a natural loop.  This isn't tidy, so have the
loopsimplify pass clean it up.

llvm-svn: 12380
parent 9ece94b0
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