[llvm] f7d07db - IROutliner.cpp - fix Wdocumentation warning. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 03:38:21 PST 2021
Author: Simon Pilgrim
Date: 2021-02-05T11:38:09Z
New Revision: f7d07dbb2972f5cfc11db9b18094cd8d1aaa4d6e
URL: https://github.com/llvm/llvm-project/commit/f7d07dbb2972f5cfc11db9b18094cd8d1aaa4d6e
DIFF: https://github.com/llvm/llvm-project/commit/f7d07dbb2972f5cfc11db9b18094cd8d1aaa4d6e.diff
LOG: IROutliner.cpp - fix Wdocumentation warning. NFCI.
Remove duplicate param
Added:
Modified:
llvm/lib/Transforms/IPO/IROutliner.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/IPO/IROutliner.cpp b/llvm/lib/Transforms/IPO/IROutliner.cpp
index fb84fc76caf1..26610f2b8f21 100644
--- a/llvm/lib/Transforms/IPO/IROutliner.cpp
+++ b/llvm/lib/Transforms/IPO/IROutliner.cpp
@@ -435,8 +435,6 @@ static void findConstants(IRSimilarityCandidate &C, DenseSet<unsigned> &NotSame,
/// analyzing.
/// \param [in] CurrentInputs - The set of inputs found by the
/// CodeExtractor.
-/// \param [out] EndInputNumbers - The global value numbers for the extracted
-/// arguments.
/// \param [in] OutputMappings - The mapping of values that have been replaced
/// by a new output value.
/// \param [out] EndInputNumbers - The global value numbers for the extracted
More information about the llvm-commits
mailing list