aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMExpandPseudoInsts.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-08-19 01:42:18 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-08-19 01:42:18 +0000
commita67f14bf53737f9bb0afefa28e08c4aac6ec4804 (patch)
tree95c5c28e6180cb91d0c5fbc002127ce640b76f08 /lib/Target/ARM/ARMExpandPseudoInsts.cpp
parent613d13beb03bb56a17e6b3262c5e8e539a7e9db8 (diff)
downloadexternal_llvm-a67f14bf53737f9bb0afefa28e08c4aac6ec4804.zip
external_llvm-a67f14bf53737f9bb0afefa28e08c4aac6ec4804.tar.gz
external_llvm-a67f14bf53737f9bb0afefa28e08c4aac6ec4804.tar.bz2
Make a bunch of symbols private.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138025 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMExpandPseudoInsts.cpp')
-rw-r--r--lib/Target/ARM/ARMExpandPseudoInsts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/lib/Target/ARM/ARMExpandPseudoInsts.cpp
index a1be94a..0f92d66 100644
--- a/lib/Target/ARM/ARMExpandPseudoInsts.cpp
+++ b/lib/Target/ARM/ARMExpandPseudoInsts.cpp
@@ -30,7 +30,7 @@
#include "llvm/Support/raw_ostream.h" // FIXME: for debug only. remove!
using namespace llvm;
-cl::opt<bool>
+static cl::opt<bool>
VerifyARMPseudo("verify-arm-pseudo-expand", cl::Hidden,
cl::desc("Verify machine code after expanding ARM pseudos"));