[PartialInlining] Formatting. NFC.

llvm-svn: 311702
This commit is contained in:
Chad Rosier 2017-08-24 21:21:09 +00:00
parent 9b656ffbef
commit f98335e0b0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static cl::opt<bool> SkipCostAnalysis("skip-partial-inlining-cost-analysis",
static cl::opt<unsigned> MaxNumInlineBlocks( static cl::opt<unsigned> MaxNumInlineBlocks(
"max-num-inline-blocks", cl::init(5), cl::Hidden, "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 // Command line option to set the maximum number of partial inlining allowed
// for the module. The default value of -1 means no limit. // for the module. The default value of -1 means no limit.