diff options
author | Chad Rosier <mcrosier@codeaurora.org> | 2017-08-24 21:21:09 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@codeaurora.org> | 2017-08-24 21:21:09 +0000 |
commit | f98335e0b08868c05a91349edf9c60a2b014686c (patch) | |
tree | 9c2990469933793b223ca7fbd70f53745dcf10a6 | |
parent | 9b656ffbef199c6d76ceff7fd3a99e4f79b31873 (diff) | |
download | bcm5719-llvm-f98335e0b08868c05a91349edf9c60a2b014686c.tar.gz bcm5719-llvm-f98335e0b08868c05a91349edf9c60a2b014686c.zip |
[PartialInlining] Formatting. NFC.
llvm-svn: 311702
-rw-r--r-- | llvm/lib/Transforms/IPO/PartialInlining.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/PartialInlining.cpp b/llvm/lib/Transforms/IPO/PartialInlining.cpp index a0286dac288..7cb806a8890 100644 --- a/llvm/lib/Transforms/IPO/PartialInlining.cpp +++ b/llvm/lib/Transforms/IPO/PartialInlining.cpp @@ -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. |