diff options
Diffstat (limited to 'lib/Target/ARM/ARMNaClRewritePass.h')
-rw-r--r-- | lib/Target/ARM/ARMNaClRewritePass.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/Target/ARM/ARMNaClRewritePass.h b/lib/Target/ARM/ARMNaClRewritePass.h index c8854a54fc..20e48308ac 100644 --- a/lib/Target/ARM/ARMNaClRewritePass.h +++ b/lib/Target/ARM/ARMNaClRewritePass.h @@ -10,18 +10,9 @@ #ifndef TARGET_ARMNACLREWRITEPASS_H #define TARGET_ARMNACLREWRITEPASS_H +#include "llvm/MC/MCNaCl.h" #include "llvm/Target/TargetRegisterInfo.h" #include "llvm/CodeGen/MachineInstr.h" -#include "llvm/Support/CommandLine.h" - -namespace llvm { - extern cl::opt<bool> FlagSfiZeroMask; - extern cl::opt<bool> FlagSfiData; - extern cl::opt<bool> FlagSfiLoad; - extern cl::opt<bool> FlagSfiStore; - extern cl::opt<bool> FlagSfiStack; - extern cl::opt<bool> FlagSfiBranch; -} namespace ARM_SFI { |