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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Sat Jun 4 05:44:11 PDT 2005



Changes in directory llvm/lib/Transforms/Scalar:

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

hack to fix bzip2 (bug 571: http://llvm.cs.uiuc.edu/PR571 )

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

 InstructionCombining.cpp |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
diff -u llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.345 llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.346
--- llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.345	Sat May 14 07:25:32 2005
+++ llvm/lib/Transforms/Scalar/InstructionCombining.cpp	Sat Jun  4 07:43:56 2005
@@ -3088,6 +3088,8 @@
     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