Skip to content

Commit 62454e8

Browse files
zqb-alleopXD
authored andcommitted
[NFC] Fix typo
Reviewed By: eopXD Differential Revision: https://reviews.llvm.org/D133079
1 parent c084b14 commit 62454e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/TargetTransformInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ class TargetTransformInfo {
602602
unsigned AddrSpace = 0,
603603
Instruction *I = nullptr) const;
604604

605-
/// Return true if LSR cost of C1 is lower than C1.
605+
/// Return true if LSR cost of C1 is lower than C2.
606606
bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
607607
const TargetTransformInfo::LSRCost &C2) const;
608608

0 commit comments

Comments
 (0)