summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/InlineSimple.cpp
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2016-03-29 16:26:03 +0000
committerJustin Lebar <jlebar@google.com>2016-03-29 16:26:03 +0000
commitbd145b3cb2efdc119530e241836f6f399a0cdd31 (patch)
tree3fc5200c0c0d22a830d5fff7ddb947e8860dac43 /llvm/lib/Transforms/IPO/InlineSimple.cpp
parent50e5f184d8bed8a13f082506286b0b1eb2402748 (diff)
downloadbcm5719-llvm-bd145b3cb2efdc119530e241836f6f399a0cdd31.tar.gz
bcm5719-llvm-bd145b3cb2efdc119530e241836f6f399a0cdd31.zip
Reformat a comment in InlineSimple.cpp. NFC
llvm-svn: 264743
Diffstat (limited to 'llvm/lib/Transforms/IPO/InlineSimple.cpp')
-rw-r--r--llvm/lib/Transforms/IPO/InlineSimple.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/IPO/InlineSimple.cpp b/llvm/lib/Transforms/IPO/InlineSimple.cpp
index a87c0d396db..0dfdceeb5ef 100644
--- a/llvm/lib/Transforms/IPO/InlineSimple.cpp
+++ b/llvm/lib/Transforms/IPO/InlineSimple.cpp
@@ -39,9 +39,9 @@ namespace {
/// analyses to determine when to inline.
class SimpleInliner : public Inliner {
// This field is populated based on one of the following:
- // optimization or size optimization levels,
- // --inline-threshold flag,
- // user specified value.
+ // * optimization or size-optimization levels,
+ // * the --inline-threshold flag, or
+ // * a user specified value.
int DefaultThreshold;
public:
OpenPOWER on IntegriCloud