diff options
| author | Xin Tong <trent.xin.tong@gmail.com> | 2018-02-28 12:09:53 +0000 |
|---|---|---|
| committer | Xin Tong <trent.xin.tong@gmail.com> | 2018-02-28 12:09:53 +0000 |
| commit | 256869d8bcf6ee6a5c44a18cb1074b89c7dd5a13 (patch) | |
| tree | c275104ceddd93a3607e6048980e3f47b1f50ef8 /llvm/lib | |
| parent | 8ba674e43b5d907f2a0e3f651731232b7624c7df (diff) | |
| download | bcm5719-llvm-256869d8bcf6ee6a5c44a18cb1074b89c7dd5a13.tar.gz bcm5719-llvm-256869d8bcf6ee6a5c44a18cb1074b89c7dd5a13.zip | |
Fix typo. NFC
llvm-svn: 326319
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/MergeICmps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/MergeICmps.cpp b/llvm/lib/Transforms/Scalar/MergeICmps.cpp index 3e695127d3a..14045fe5992 100644 --- a/llvm/lib/Transforms/Scalar/MergeICmps.cpp +++ b/llvm/lib/Transforms/Scalar/MergeICmps.cpp @@ -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; |

