Reformat a comment in InlineSimple.cpp. NFC

llvm-svn: 264743
This commit is contained in:
Justin Lebar 2016-03-29 16:26:03 +00:00
parent 50e5f184d8
commit bd145b3cb2
1 changed files with 3 additions and 3 deletions

View 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: