diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-24 22:09:25 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-24 22:09:25 +0000 |
commit | 120cfdf0e0a53f858970874476a21cffb8069847 (patch) | |
tree | d283d1d1ed2a6814a7f9483bccf1247ee7645a73 /lib/Target/ARM/ARMFrameLowering.cpp | |
parent | f79b489571610cc5a97c050415b982e94a9989fd (diff) |
Remove unused cl::opt, make another opt static.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151398 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMFrameLowering.cpp')
-rw-r--r-- | lib/Target/ARM/ARMFrameLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMFrameLowering.cpp b/lib/Target/ARM/ARMFrameLowering.cpp index 96b987abc8..f3a2197c23 100644 --- a/lib/Target/ARM/ARMFrameLowering.cpp +++ b/lib/Target/ARM/ARMFrameLowering.cpp @@ -27,7 +27,7 @@ using namespace llvm; -cl::opt<bool> +static cl::opt<bool> SpillAlignedNEONRegs("align-neon-spills", cl::Hidden, cl::init(true), cl::desc("Align ARM NEON spills in prolog and epilog")); |