aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/UnreachableBlockElim.cpp
AgeCommit message (Expand)Author
2004-07-06Fix a bug in the unreachable block elim pass. Dropping all references on aChris Lattner
2004-07-02Add a trivially simple pass to delete unreachable blocks from the CFG. ThisChris Lattner