OSDN Git Service

Reformat a comment in InlineSimple.cpp. NFC
authorJustin Lebar <jlebar@google.com>
Tue, 29 Mar 2016 16:26:03 +0000 (16:26 +0000)
committerJustin Lebar <jlebar@google.com>
Tue, 29 Mar 2016 16:26:03 +0000 (16:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264743 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/InlineSimple.cpp

index a87c0d3..0dfdcee 100644 (file)
@@ -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: