summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-06-04 12:43:56 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-06-04 12:43:56 +0000
commitffe65458e79087630140f919410f65eba872d856 (patch)
tree613a9784849f0f8ecbde71ca45423a012ca0b68e /llvm/lib/Transforms/Scalar
parent2a43ec334a28e0785a0fa9825fb3930c0cc0e90b (diff)
downloadbcm5719-llvm-ffe65458e79087630140f919410f65eba872d856.tar.gz
bcm5719-llvm-ffe65458e79087630140f919410f65eba872d856.zip
hack to fix bzip2 (bug 571)
llvm-svn: 22192
Diffstat (limited to 'llvm/lib/Transforms/Scalar')
-rw-r--r--llvm/lib/Transforms/Scalar/InstructionCombining.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
index 218910feb20..53ee6ca01fb 100644
--- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
+++ b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
@@ -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
OpenPOWER on IntegriCloud