From 257b284038424be2e3c46ffb47a91d618ec5199c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 19 Oct 2004 06:33:16 +0000 Subject: Hrm, some people complain when the compiler cheerfully tells them what it's doing... I guess they're right. llvm-svn: 17142 --- llvm/lib/Transforms/Scalar/SimplifyCFG.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Transforms') diff --git a/llvm/lib/Transforms/Scalar/SimplifyCFG.cpp b/llvm/lib/Transforms/Scalar/SimplifyCFG.cpp index af1663c8dbf..88b625becf9 100644 --- a/llvm/lib/Transforms/Scalar/SimplifyCFG.cpp +++ b/llvm/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; ) { -- cgit v1.2.3