summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-19 06:33:16 +0000
committerChris Lattner <sabre@nondot.org>2004-10-19 06:33:16 +0000
commit257b284038424be2e3c46ffb47a91d618ec5199c (patch)
treeccb43bc68fa6d76ad7d6a42c98b0dcb606df56be /llvm/lib/Transforms
parent648ad57b8580e65b7b0ef885790573d62e2d7660 (diff)
downloadbcm5719-llvm-257b284038424be2e3c46ffb47a91d618ec5199c.tar.gz
bcm5719-llvm-257b284038424be2e3c46ffb47a91d618ec5199c.zip
Hrm, some people complain when the compiler cheerfully tells them what it's
doing... I guess they're right. llvm-svn: 17142
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/SimplifyCFG.cpp1
1 files changed, 0 insertions, 1 deletions
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<BasicBlock*> &Reachable) {
(*I)->removePredecessor(BB);
new UnreachableInst(SI);
- std::cerr << "Inserted UNREACHABLE instruction!\n";
// All instructions after this are dead.
for (; BBI != E; ) {
OpenPOWER on IntegriCloud