mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
28a6214b59
commit
6b0db5f372
@ -71,7 +71,7 @@ static const Value *getUnderlyingObjectFromInt(const Value *V) {
|
||||
// object. We don't have to worry about the case where the
|
||||
// object address is somehow being computed by the multiply,
|
||||
// because our callers only care when the result is an
|
||||
// identifibale object.
|
||||
// identifiable object.
|
||||
if (U->getOpcode() != Instruction::Add ||
|
||||
(!isa<ConstantInt>(U->getOperand(1)) &&
|
||||
Operator::getOpcode(U->getOperand(1)) != Instruction::Mul))
|
||||
|
Loading…
x
Reference in New Issue
Block a user