diff --git a/lib/Transforms/Scalar/SimplifyCFG.cpp b/lib/Transforms/Scalar/SimplifyCFG.cpp index af1663c8dbf..88b625becf9 100644 --- a/lib/Transforms/Scalar/SimplifyCFG.cpp +++ b/lib/Transforms/Scalar/SimplifyCFG.cpp @@ -60,7 +60,6 @@ static bool MarkAliveBlocks(BasicBlock *BB, std::set &Reachable) { (*I)->removePredecessor(BB); new UnreachableInst(SI); - std::cerr << "Inserted UNREACHABLE instruction!\n"; // All instructions after this are dead. for (; BBI != E; ) {