diff options
author | Chris Lattner <sabre@nondot.org> | 2005-11-21 22:43:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-11-21 22:43:58 +0000 |
commit | 40f8c8450d995a6c14a995dc6e297d5fdc93bf9e (patch) | |
tree | f15de63258aa825661edfcc3fcb77af2ce8ec8bb /llvm/lib/Target/X86/X86Subtarget.h | |
parent | 99be8f766f9f009af908ece19ca2183cb01025da (diff) | |
download | bcm5719-llvm-40f8c8450d995a6c14a995dc6e297d5fdc93bf9e.tar.gz bcm5719-llvm-40f8c8450d995a6c14a995dc6e297d5fdc93bf9e.zip |
Simplify the subtarget info, allow the asmwriter to do some target sensing
based on TargetType.
llvm-svn: 24478
Diffstat (limited to 'llvm/lib/Target/X86/X86Subtarget.h')
-rw-r--r-- | llvm/lib/Target/X86/X86Subtarget.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Target/X86/X86Subtarget.h b/llvm/lib/Target/X86/X86Subtarget.h index dba2bc6b76e..22b611bfff0 100644 --- a/llvm/lib/Target/X86/X86Subtarget.h +++ b/llvm/lib/Target/X86/X86Subtarget.h @@ -30,13 +30,6 @@ protected: /// Used by instruction selector bool indirectExternAndWeakGlobals; - /// Used by the asm printer - bool asmDarwinLinkerStubs; - bool asmLeadingUnderscore; - bool asmAlignmentIsInBytes; - bool asmPrintDotLocalConstants; - bool asmPrintDotLCommConstants; - bool asmPrintConstantAlignment; public: enum { isELF, isCygwin, isDarwin, isWindows |