From: Justin Lebar Date: Tue, 29 Mar 2016 16:26:03 +0000 (+0000) Subject: Reformat a comment in InlineSimple.cpp. NFC X-Git-Tag: llvmorg-3.9.0-rc1~10623 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd145b3cb2efdc119530e241836f6f399a0cdd31;p=platform%2Fupstream%2Fllvm.git Reformat a comment in InlineSimple.cpp. NFC llvm-svn: 264743 --- diff --git a/llvm/lib/Transforms/IPO/InlineSimple.cpp b/llvm/lib/Transforms/IPO/InlineSimple.cpp index a87c0d3..0dfdcee 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: