Fix typo in comment.

llvm-svn: 166750
This commit is contained in:
Nick Lewycky 2012-10-26 04:27:49 +00:00
parent e47873ab89
commit 1a32954279
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ static const Value *getUnderlyingObjectFromInt(const Value *V) {
// object. We don't have to worry about the case where the // object. We don't have to worry about the case where the
// object address is somehow being computed by the multiply, // object address is somehow being computed by the multiply,
// because our callers only care when the result is an // because our callers only care when the result is an
// identifibale object. // identifiable object.
if (U->getOpcode() != Instruction::Add || if (U->getOpcode() != Instruction::Add ||
(!isa<ConstantInt>(U->getOperand(1)) && (!isa<ConstantInt>(U->getOperand(1)) &&
Operator::getOpcode(U->getOperand(1)) != Instruction::Mul)) Operator::getOpcode(U->getOperand(1)) != Instruction::Mul))