mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-28 23:38:59 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78362 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
861986401e
commit
748f98f908
@ -58,7 +58,7 @@ static const Value *getUnderlyingObjectFromInt(const Value *V) {
|
|||||||
// If we find an add of a constant or a multiplied value, it's
|
// If we find an add of a constant or a multiplied value, it's
|
||||||
// likely that the other operand will lead us to the base
|
// likely that the other operand will lead us to the base
|
||||||
// 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 bt 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.
|
// identifibale object.
|
||||||
if (U->getOpcode() != Instruction::Add ||
|
if (U->getOpcode() != Instruction::Add ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user