Fix typo. NFC

llvm-svn: 326319
This commit is contained in:
Xin Tong 2018-02-28 12:09:53 +00:00
parent 8ba674e43b
commit 256869d8bc
1 changed files with 1 additions and 1 deletions

View File

@ -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;