[PATCH] D121627: [IROutliner][NFC] Fix typo in doc of findOrCreatePHIInBlock

Hirochika Matsumoto via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 14 11:00:56 PDT 2022


hkmatsumoto created this revision.
Herald added subscribers: ormris, hiraditya.
Herald added a project: All.
hkmatsumoto requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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
@@ -1559,7 +1559,7 @@
 /// \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.415163.patch
Type: text/x-patch
Size: 618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220314/fa73d915/attachment.bin>


More information about the cfe-commits mailing list