[llvm-commits] CVS: llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Sep 23 11:49:20 PDT 2005
Changes in directory llvm/lib/Transforms/Utils:
SimplifyCFG.cpp updated: 1.90 -> 1.91
---
Log message:
remove some debugging code
---
Diffs of the changes: (+0 -1)
SimplifyCFG.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Transforms/Utils/SimplifyCFG.cpp
diff -u llvm/lib/Transforms/Utils/SimplifyCFG.cpp:1.90 llvm/lib/Transforms/Utils/SimplifyCFG.cpp:1.91
--- llvm/lib/Transforms/Utils/SimplifyCFG.cpp:1.90 Fri Sep 23 13:47:20 2005
+++ llvm/lib/Transforms/Utils/SimplifyCFG.cpp Fri Sep 23 13:49:09 2005
@@ -990,7 +990,6 @@
// 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 {
More information about the llvm-commits
mailing list