1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

remove debugging code :-/

llvm-svn: 23392
This commit is contained in:
Chris Lattner 2005-09-19 23:50:15 +00:00
parent 34785e2d43
commit 642f0d6aea

View 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;
}