commit | a67f14bf53737f9bb0afefa28e08c4aac6ec4804 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Fri Aug 19 01:42:18 2011 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Fri Aug 19 01:42:18 2011 +0000 |
tree | 95c5c28e6180cb91d0c5fbc002127ce640b76f08 | |
parent | 613d13beb03bb56a17e6b3262c5e8e539a7e9db8 [diff] [blame] |
Make a bunch of symbols private. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138025 91177308-0d34-0410-b5e6-96231b3b80d8
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"));