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

doing... I guess they're right.

llvm-svn: 17142
This commit is contained in:
Chris Lattner 2004-10-19 06:33:16 +00:00
parent 4cd5cde095
commit e555b5c5cb

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; ) {