summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/BasicInliner.cpp
diff options
context:
space:
mode:
authorMon P Wang <wangmp@apple.com>2009-02-23 07:07:56 +0000
committerMon P Wang <wangmp@apple.com>2009-02-23 07:07:56 +0000
commitdccfa0b26c54716ec332b9ed35fd05dfb3be8dfa (patch)
tree052de262c3f8786d43d0a6efe29968642f01922d /llvm/lib/Transforms/Utils/BasicInliner.cpp
parentd5420f0957d17e9a222efb747f770f678de33135 (diff)
downloadbcm5719-llvm-dccfa0b26c54716ec332b9ed35fd05dfb3be8dfa.tar.gz
bcm5719-llvm-dccfa0b26c54716ec332b9ed35fd05dfb3be8dfa.zip
Changed option name from inline-threshold to basic-inline-threshold because
inline-threshold option is used by the inliner. llvm-svn: 65309
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicInliner.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/BasicInliner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/BasicInliner.cpp b/llvm/lib/Transforms/Utils/BasicInliner.cpp
index 8e51dc09e24..ef37614997c 100644
--- a/llvm/lib/Transforms/Utils/BasicInliner.cpp
+++ b/llvm/lib/Transforms/Utils/BasicInliner.cpp
@@ -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 {
OpenPOWER on IntegriCloud