summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-19 23:50:15 +0000
committerChris Lattner <sabre@nondot.org>2005-09-19 23:50:15 +0000
commita160924d57b21c7eddba08f695e0ebe5beb139d3 (patch)
treefbf1eb2e74cd9bdbe64f5030a1ec9b6e415c06fc /llvm/lib
parent748f90304699aecc9cf85891c990be7c535753e7 (diff)
downloadbcm5719-llvm-a160924d57b21c7eddba08f695e0ebe5beb139d3.tar.gz
bcm5719-llvm-a160924d57b21c7eddba08f695e0ebe5beb139d3.zip
remove debugging code :-/
llvm-svn: 23392
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Utils/SimplifyCFG.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
index 45fc76b80fc..08403aeca83 100644
--- a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
@@ -944,8 +944,6 @@ static bool FoldCondBranchOnPHI(BranchInst *BI) {
PredBBTI->setSuccessor(i, RealDest);
}
- std::cerr << *BB;
-
// Recurse, simplifying any other constants.
return FoldCondBranchOnPHI(BI) | true;
}
OpenPOWER on IntegriCloud