diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2005-06-15 18:25:30 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2005-06-15 18:25:30 +0000 |
| commit | a299d6f7013f4ace172ce9bd40d56e8f49559022 (patch) | |
| tree | 4209976d79a4a3da6057ca7ef9df1a550fbf0fb0 /llvm | |
| parent | 1bf89275184bffbe69f302d2680fd43327b9f3b6 (diff) | |
| download | bcm5719-llvm-a299d6f7013f4ace172ce9bd40d56e8f49559022.tar.gz bcm5719-llvm-a299d6f7013f4ace172ce9bd40d56e8f49559022.zip | |
Put the hack back in that removes features, causes regressions to fail, but
allows test programs to succeed. Actual fix for this is forthcoming.
llvm-svn: 22213
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/InstructionCombining.cpp | 2 |
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 |

