Hrm, some people complain when the compiler cheerfully tells them what it's

doing... I guess they're right.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17142 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-10-19 06:33:16 +00:00
parent 3567a41307
commit 3fd0e55de1

View File

@ -60,7 +60,6 @@ static bool MarkAliveBlocks(BasicBlock *BB, std::set<BasicBlock*> &Reachable) {
(*I)->removePredecessor(BB);
new UnreachableInst(SI);
std::cerr << "Inserted UNREACHABLE instruction!\n";
// All instructions after this are dead.
for (; BBI != E; ) {