[llvm] r311702 - [PartialInlining] Formatting. NFC.
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 14:21:09 PDT 2017
Author: mcrosier
Date: Thu Aug 24 14:21:09 2017
New Revision: 311702
URL: http://llvm.org/viewvc/llvm-project?rev=311702&view=rev
Log:
[PartialInlining] Formatting. NFC.
Modified:
llvm/trunk/lib/Transforms/IPO/PartialInlining.cpp
Modified: llvm/trunk/lib/Transforms/IPO/PartialInlining.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/IPO/PartialInlining.cpp?rev=311702&r1=311701&r2=311702&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/IPO/PartialInlining.cpp (original)
+++ llvm/trunk/lib/Transforms/IPO/PartialInlining.cpp Thu Aug 24 14:21:09 2017
@@ -51,7 +51,7 @@ static cl::opt<bool> SkipCostAnalysis("s
static cl::opt<unsigned> MaxNumInlineBlocks(
"max-num-inline-blocks", cl::init(5), cl::Hidden,
- cl::desc("Max Number of Blocks To be Partially Inlined"));
+ cl::desc("Max number of blocks to be partially inlined"));
// Command line option to set the maximum number of partial inlining allowed
// for the module. The default value of -1 means no limit.
More information about the llvm-commits
mailing list