Enable the fix I just checked in, silly me.

llvm-svn: 46247
This commit is contained in:
Nick Lewycky 2008-01-22 05:42:02 +00:00
parent 2b2f10fb7e
commit f069264164
1 changed files with 0 additions and 1 deletions

View File

@ -6513,7 +6513,6 @@ static bool CanEvaluateInDifferentType(Value *V, const IntegerType *Ty,
NumCastsRemoved);
case Instruction::Mul:
break;
// A multiply can be truncated by truncating its operands.
return Ty->getBitWidth() < OrigTy->getBitWidth() &&
CanEvaluateInDifferentType(I->getOperand(0), Ty, CastOpc,