mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 22:15:18 +00:00
Changed option name from inline-threshold to basic-inline-threshold because
inline-threshold option is used by the inliner. llvm-svn: 65309
This commit is contained in:
parent
29437eb4c3
commit
75d957dba4
@ -27,7 +27,7 @@
|
||||
using namespace llvm;
|
||||
|
||||
static cl::opt<unsigned>
|
||||
BasicInlineThreshold("inline-threshold", cl::Hidden, cl::init(200),
|
||||
BasicInlineThreshold("basic-inline-threshold", cl::Hidden, cl::init(200),
|
||||
cl::desc("Control the amount of basic inlining to perform (default = 200)"));
|
||||
|
||||
namespace llvm {
|
||||
|
Loading…
Reference in New Issue
Block a user