summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-01-22 05:42:02 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-01-22 05:42:02 +0000
commitf0692641645f8a86fd5377ff8caa8a37cf5449dc (patch)
tree8a24bdbef6b0446346df60c11a0d9cc7cfbaf96c /llvm/lib
parent2b2f10fb7e87a32f4445c4e59470fea4496c29ba (diff)
downloadbcm5719-llvm-f0692641645f8a86fd5377ff8caa8a37cf5449dc.tar.gz
bcm5719-llvm-f0692641645f8a86fd5377ff8caa8a37cf5449dc.zip
Enable the fix I just checked in, silly me.
llvm-svn: 46247
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Scalar/InstructionCombining.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
index 3e009ebce46..d17035c161e 100644
--- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
+++ b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
@@ -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,
OpenPOWER on IntegriCloud