aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-08-27 22:14:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-08-27 22:14:35 +0000
commitf31eb8ab038dabe0f70710696e0091b85f3a84e7 (patch)
tree0b9df1001f9369c3683ff4c1ed5c1e44132cb828 /lib/Target
parent1a961143cc3cb6f7690d065d6e7a7cdadc678ed0 (diff)
parent058e337944670c1a0579e255ad2ca8d19a10c680 (diff)
downloadexternal_llvm-f31eb8ab038dabe0f70710696e0091b85f3a84e7.zip
external_llvm-f31eb8ab038dabe0f70710696e0091b85f3a84e7.tar.gz
external_llvm-f31eb8ab038dabe0f70710696e0091b85f3a84e7.tar.bz2
Merge "DO NOT MERGE - Allow global-merge option to be accessed externally."
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/ARM/ARMTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMTargetMachine.cpp b/lib/Target/ARM/ARMTargetMachine.cpp
index 3003760..f091945 100644
--- a/lib/Target/ARM/ARMTargetMachine.cpp
+++ b/lib/Target/ARM/ARMTargetMachine.cpp
@@ -23,7 +23,7 @@
#include "llvm/Transforms/Scalar.h"
using namespace llvm;
-static cl::opt<bool>
+cl::opt<bool>
EnableGlobalMerge("global-merge", cl::Hidden,
cl::desc("Enable global merge pass"),
cl::init(true));