remove debugging code :-/
authorChris Lattner <sabre@nondot.org>
Mon, 19 Sep 2005 23:50:15 +0000 (23:50 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Sep 2005 23:50:15 +0000 (23:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23392 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/SimplifyCFG.cpp

index 45fc76b80fc6d8917de04db3498071b4d4a3ee33..08403aeca83ce8a4a3f1b4299417fb33d587b49e 100644 (file)
@@ -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;
     }