[llvm-commits] CVS: llvm/lib/Transforms/Scalar/SimplifyCFG.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 18 23:33:30 PDT 2004



Changes in directory llvm/lib/Transforms/Scalar:

SimplifyCFG.cpp updated: 1.12 -> 1.13
---
Log message:

Hrm, some people complain when the compiler cheerfully tells them what it's
doing... I guess they're right.


---
Diffs of the changes:  (+0 -1)

Index: llvm/lib/Transforms/Scalar/SimplifyCFG.cpp
diff -u llvm/lib/Transforms/Scalar/SimplifyCFG.cpp:1.12 llvm/lib/Transforms/Scalar/SimplifyCFG.cpp:1.13
--- llvm/lib/Transforms/Scalar/SimplifyCFG.cpp:1.12	Sun Oct 17 22:00:50 2004
+++ llvm/lib/Transforms/Scalar/SimplifyCFG.cpp	Tue Oct 19 01:33:16 2004
@@ -60,7 +60,6 @@
           (*I)->removePredecessor(BB);
 
         new UnreachableInst(SI);
-        std::cerr << "Inserted UNREACHABLE instruction!\n";
 
         // All instructions after this are dead.
         for (; BBI != E; ) {






More information about the llvm-commits mailing list