forked from OSchip/llvm-project
Reformat a comment in InlineSimple.cpp. NFC
llvm-svn: 264743
This commit is contained in:
parent
50e5f184d8
commit
bd145b3cb2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue