mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 09:25:25 +00:00
remove some debugging code
llvm-svn: 23411
This commit is contained in:
parent
88c234b5e4
commit
5ce68bab6c
@ -990,7 +990,6 @@ static bool FoldCondBranchOnPHI(BranchInst *BI) {
|
||||
|
||||
// Check for trivial simplification.
|
||||
if (Constant *C = ConstantFoldInstruction(N)) {
|
||||
std::cerr << "FOLDED: " << *N;
|
||||
TranslateMap[BBI] = C;
|
||||
delete N; // Constant folded away, don't need actual inst
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user