Skip to content

Commit cfb0d62

Browse files
committed
[MergeICmps][NFC] Fix a couple of typos in a comment
1 parent 4745945 commit cfb0d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/MergeICmps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ BCEAtom visitICmpLoadOperand(Value *const Val, BaseIdentifier &BaseId) {
153153
if (!isDereferenceablePointer(Addr, LoadI->getType(), DL)) {
154154
LLVM_DEBUG(dbgs() << "not dereferenceable\n");
155155
// We need to make sure that we can do comparison in any order, so we
156-
// require memory to be unconditionnally dereferencable.
156+
// require memory to be unconditionally dereferenceable.
157157
return {};
158158
}
159159

0 commit comments

Comments
 (0)