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

Reid Spencer reid at x10sys.com
Sun Jun 12 23:41:37 PDT 2005



Changes in directory llvm/lib/Transforms/Scalar:

InstructionCombining.cpp updated: 1.346 -> 1.347
---
Log message:

Unbreak several InstCombine regression checks introduced by a hack to 
fix the bzip2 test. A better hack is needed.


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

 InstructionCombining.cpp |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
diff -u llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.346 llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.347
--- llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.346	Sat Jun  4 07:43:56 2005
+++ llvm/lib/Transforms/Scalar/InstructionCombining.cpp	Mon Jun 13 01:41:26 2005
@@ -3088,8 +3088,6 @@
     return 0;
   }
 
-  return 0; //The rest of this function is broken.  See bug 571
-
   // Okay, we have the two reduced sized operands.  If we are doing a <,>
   // comparison, make sure we perform the compare with the same signedness as
   // the DestTy.  We don't have to do this if the comparison is !=/== or if the






More information about the llvm-commits mailing list