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

Chris Lattner lattner at cs.uiuc.edu
Wed Dec 8 23:16:05 PST 2004



Changes in directory llvm/lib/Transforms/Scalar:

InstructionCombining.cpp updated: 1.292 -> 1.293
---
Log message:

note to self: Do not check in debugging code!


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

Index: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
diff -u llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.292 llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.293
--- llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.292	Thu Dec  9 01:14:34 2004
+++ llvm/lib/Transforms/Scalar/InstructionCombining.cpp	Thu Dec  9 01:15:52 2004
@@ -4215,7 +4215,6 @@
          Scan != E; ++Scan)
       if (Scan->mayWriteToMemory())
         return false;
-    std::cerr << "SUNK LOAD: " << *LI;
   }
 
   BasicBlock::iterator InsertPos = DestBlock->begin();






More information about the llvm-commits mailing list