mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
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
This commit is contained in:
parent
244e92eaab
commit
16b5644f04
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user