Unbreak several InstCombine regression checks introduced by a hack to

fix the bzip2 test. A better hack is needed.

llvm-svn: 22209
This commit is contained in:
Reid Spencer 2005-06-13 06:41:26 +00:00
parent a2f68cf0f9
commit 202eb6ff93

View File

@ -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