mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
remove debugging code :-/
llvm-svn: 23392
This commit is contained in:
parent
34785e2d43
commit
642f0d6aea
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user