[PATCH] D121627: [IROutliner][NFC] Fix typo in doc of findOrCreatePHIInBlock
Hirochika Matsumoto via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 20 07:55:15 PDT 2022
hkmatsumoto updated this revision to Diff 416786.
hkmatsumoto added a comment.
Remove trailing space as well
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121627/new/
https://reviews.llvm.org/D121627
Files:
llvm/lib/Transforms/IPO/IROutliner.cpp
Index: llvm/lib/Transforms/IPO/IROutliner.cpp
===================================================================
--- llvm/lib/Transforms/IPO/IROutliner.cpp
+++ llvm/lib/Transforms/IPO/IROutliner.cpp
@@ -1554,12 +1554,12 @@
/// function.
///
/// \param PN [in] - The PHINode that we are finding the canonical numbers for.
-/// \param Region [in] - The OutlinableRegion containing \p PN.
+/// \param Region [in] - The OutlinableRegion containing \p PN.
/// \param OverallPhiBlock [in] - The overall PHIBlock we are trying to find
/// \p PN in.
/// \param OutputMappings [in] - The mapping of output values from outlined
/// region to their original values.
-/// \param UsedPhis [in, out] - The PHINodes in the block that have already been
+/// \param UsedPHIs [in, out] - The PHINodes in the block that have already been
/// matched.
/// \return the newly found or created PHINode in \p OverallPhiBlock.
static PHINode*
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121627.416786.patch
Type: text/x-patch
Size: 930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220320/27a5fec6/attachment.bin>
More information about the llvm-commits
mailing list