diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2005-06-13 06:41:26 +0000 | 
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2005-06-13 06:41:26 +0000 | 
| commit | 6d231e55fa7c522a704f74985567001a577506be (patch) | |
| tree | bbc68b89abb51cf27cdc62a1b90ab3a86b3be681 /llvm/lib/Transforms | |
| parent | 2829f330a3c39b40a39f3776ccb8af3b6f9616c6 (diff) | |
| download | bcm5719-llvm-6d231e55fa7c522a704f74985567001a577506be.tar.gz bcm5719-llvm-6d231e55fa7c522a704f74985567001a577506be.zip | |
Unbreak several InstCombine regression checks introduced by a hack to
fix the bzip2 test. A better hack is needed.
llvm-svn: 22209
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/InstructionCombining.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp index 53ee6ca01fb..218910feb20 100644 --- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp @@ -3088,8 +3088,6 @@ 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 | 

