mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Fix five-letter typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151450 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1e4e1c768b
commit
6bfb9d6a13
@ -1636,7 +1636,7 @@ static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
|
||||
if (llvm::isKnownNonNull(LHSPtr) && isa<ConstantPointerNull>(RHSPtr))
|
||||
return ConstantInt::get(ITy, CmpInst::isFalseWhenEqual(Pred));
|
||||
|
||||
// A local instruction (alloca or noalias call) can't alias any incoming
|
||||
// A local instruction (alloca or noalias call) can't equal any incoming
|
||||
// argument.
|
||||
if ((isa<Instruction>(LHSPtr) && isa<Argument>(RHSPtr)) ||
|
||||
(isa<Instruction>(RHSPtr) && isa<Argument>(LHSPtr)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user