]> granicus.if.org Git - llvm/commitdiff
[PartialInlining] Formatting. NFC.
authorChad Rosier <mcrosier@codeaurora.org>
Thu, 24 Aug 2017 21:21:09 +0000 (21:21 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Thu, 24 Aug 2017 21:21:09 +0000 (21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311702 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/PartialInlining.cpp

index a0286dac288c8207df9f7147fd4c33cd656827fe..7cb806a8890997cfb1e3b7bda8fbf51923b72151 100644 (file)
@@ -51,7 +51,7 @@ static cl::opt<bool> SkipCostAnalysis("skip-partial-inlining-cost-analysis",
 
 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.