[PATCH] D133079: [NFC] Fix typo
zhuangqiubin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 18:38:17 PDT 2022
mark.zhuang updated this revision to Diff 457148.
mark.zhuang added a comment.
Updating D133079 <https://reviews.llvm.org/D133079>: [NFC] Fix typo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133079/new/
https://reviews.llvm.org/D133079
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
Index: llvm/include/llvm/Analysis/TargetTransformInfo.h
===================================================================
--- llvm/include/llvm/Analysis/TargetTransformInfo.h
+++ llvm/include/llvm/Analysis/TargetTransformInfo.h
@@ -602,7 +602,7 @@
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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133079.457148.patch
Type: text/x-patch
Size: 612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220901/d995edee/attachment.bin>
More information about the llvm-commits
mailing list