[PATCH] D133079: [NFC] Fix typo
Yueh-Ting (eop) Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 19:09:05 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG62454e83b04f: [NFC] Fix typo (authored by mark.zhuang, committed by eopXD).
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.457156.patch
Type: text/x-patch
Size: 612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220901/8cd14a45/attachment.bin>
More information about the llvm-commits
mailing list