Add a trivially simple pass to delete unreachable blocks from the CFG. This
[oota-llvm.git] / lib / CodeGen / UnreachableBlockElim.cpp
2004-07-02 Chris LattnerAdd a trivially simple pass to delete unreachable block...