remove some debugging code

llvm-svn: 23411
This commit is contained in:
Chris Lattner 2005-09-23 18:49:09 +00:00
parent 88c234b5e4
commit 5ce68bab6c

View File

@ -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 {