From: Chris Lattner Date: Mon, 19 Sep 2005 23:50:15 +0000 (+0000) Subject: remove debugging code :-/ X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7e1ff8d2d923ad62a2776aac35fb88a26a7e83d3;p=oota-llvm.git remove debugging code :-/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23392 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Utils/SimplifyCFG.cpp b/lib/Transforms/Utils/SimplifyCFG.cpp index 45fc76b80fc..08403aeca83 100644 --- a/lib/Transforms/Utils/SimplifyCFG.cpp +++ b/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; }