From e15660acc226291da49379051c0bf0a02262deb6 Mon Sep 17 00:00:00 2001 From: Shih-wei Liao Date: Sun, 15 Apr 2012 14:04:30 -0700 Subject: Non-static arm-reserve-r9. Change-Id: I96d9a7cb594d89e0377616ad613f8201e9aa8136 --- lib/Target/ARM/ARMSubtarget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 +cl::opt ReserveR9("arm-reserve-r9", cl::Hidden, cl::desc("Reserve R9, making it unavailable as GPR")); -- cgit v1.1