Put the hack back in that removes features, causes regressions to fail, but
authorReid Spencer <rspencer@reidspencer.com>
Wed, 15 Jun 2005 18:25:30 +0000 (18:25 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 15 Jun 2005 18:25:30 +0000 (18:25 +0000)
allows test programs to succeed. Actual fix for this is forthcoming.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22213 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/InstructionCombining.cpp

index 218910feb20aabce8f526cca0aa7c44209b73561..53ee6ca01fbe8cccb3e71516e5cdbd604a9c3039 100644 (file)
@@ -3088,6 +3088,8 @@ Instruction *InstCombiner::visitSetCondInstWithCastAndCast(SetCondInst &SCI) {
     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