summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-06-13 06:41:26 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-06-13 06:41:26 +0000
commit6d231e55fa7c522a704f74985567001a577506be (patch)
treebbc68b89abb51cf27cdc62a1b90ab3a86b3be681 /llvm/lib/Transforms
parent2829f330a3c39b40a39f3776ccb8af3b6f9616c6 (diff)
downloadbcm5719-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.cpp2
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
OpenPOWER on IntegriCloud