[NFC] Fix typo

Reviewed By: eopXD

Differential Revision: https://reviews.llvm.org/D133079
This commit is contained in:
Mark Zhuang 2022-08-31 19:07:57 -07:00 committed by eopXD
parent c084b14866
commit 62454e83b0
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ public:
unsigned AddrSpace = 0,
Instruction *I = nullptr) const;
/// Return true if LSR cost of C1 is lower than C1.
/// Return true if LSR cost of C1 is lower than C2.
bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
const TargetTransformInfo::LSRCost &C2) const;