aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2012-04-15 14:04:30 -0700
committerShih-wei Liao <sliao@google.com>2012-04-15 14:04:30 -0700
commite15660acc226291da49379051c0bf0a02262deb6 (patch)
treea6ddc1485aeba37bcec8cf6084aa27c6d581ec9a /lib/Target/ARM
parent5c4d8c26afaf5c36cc94a39478842966227d3361 (diff)
downloadexternal_llvm-e15660acc226291da49379051c0bf0a02262deb6.zip
external_llvm-e15660acc226291da49379051c0bf0a02262deb6.tar.gz
external_llvm-e15660acc226291da49379051c0bf0a02262deb6.tar.bz2
Non-static arm-reserve-r9.
Change-Id: I96d9a7cb594d89e0377616ad613f8201e9aa8136
Diffstat (limited to 'lib/Target/ARM')
-rw-r--r--lib/Target/ARM/ARMSubtarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.cpp b/lib/Target/ARM/ARMSubtarget.cpp
index 1bd6f1c..1e8cda5 100644
--- a/lib/Target/ARM/ARMSubtarget.cpp
+++ b/lib/Target/ARM/ARMSubtarget.cpp
@@ -24,7 +24,7 @@
using namespace llvm;
-static cl::opt<bool>
+cl::opt<bool>
ReserveR9("arm-reserve-r9", cl::Hidden,
cl::desc("Reserve R9, making it unavailable as GPR"));