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 | 16b5644f04ce534bb67b993dd837197cd5356988 (patch) | |
tree | 21cce04e06a28ac8f1951b880a2338d399497b0f /lib/Transforms | |
parent | 244e92eaab5065e489df98f3340f10815714185f (diff) |
Unbreak several InstCombine regression checks introduced by a hack to
fix the bzip2 test. A better hack is needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22209 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/Scalar/InstructionCombining.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp index 53ee6ca01f..218910feb2 100644 --- a/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/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 |