git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151450
91177308-0d34-0410-b5e6-
96231b3b80d8
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)))