[llvm] r326319 - Fix typo. NFC
Xin Tong via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 04:09:53 PST 2018
Author: trentxintong
Date: Wed Feb 28 04:09:53 2018
New Revision: 326319
URL: http://llvm.org/viewvc/llvm-project?rev=326319&view=rev
Log:
Fix typo. NFC
Modified:
llvm/trunk/lib/Transforms/Scalar/MergeICmps.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/MergeICmps.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/MergeICmps.cpp?rev=326319&r1=326318&r2=326319&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/MergeICmps.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/MergeICmps.cpp Wed Feb 28 04:09:53 2018
@@ -71,7 +71,7 @@ struct BCEAtom {
};
// If this value is a load from a constant offset w.r.t. a base address, and
-// there are no othe rusers of the load or address, returns the base address and
+// there are no other users of the load or address, returns the base address and
// the offset.
BCEAtom visitICmpLoadOperand(Value *const Val) {
BCEAtom Result;
More information about the llvm-commits
mailing list