summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-11 23:06:16 +0000
committerChris Lattner <sabre@nondot.org>2009-08-11 23:06:16 +0000
commitb9c1d6c86eab4c65d745d34a5fe10af7d1cc0158 (patch)
treeed41141bec0e312029ac7581fa7ea238528d7a13 /llvm/lib/Target/X86/X86TargetAsmInfo.cpp
parent96db1abb77e01677943b3db445f1f301a0f8e02a (diff)
downloadbcm5719-llvm-b9c1d6c86eab4c65d745d34a5fe10af7d1cc0158.tar.gz
bcm5719-llvm-b9c1d6c86eab4c65d745d34a5fe10af7d1cc0158.zip
prune #includage.
llvm-svn: 78748
Diffstat (limited to 'llvm/lib/Target/X86/X86TargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/X86/X86TargetAsmInfo.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
index 0c5e4b60201..859ced7728f 100644
--- a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -13,19 +13,8 @@
#include "X86TargetAsmInfo.h"
#include "X86TargetMachine.h"
-#include "X86Subtarget.h"
#include "llvm/Support/CommandLine.h"
-#include "llvm/DerivedTypes.h"
-#include "llvm/InlineAsm.h"
-#include "llvm/Instructions.h"
-#include "llvm/Intrinsics.h"
-#include "llvm/Module.h"
-#include "llvm/ADT/StringExtras.h"
-#include "llvm/Support/Dwarf.h"
-#include "llvm/Support/ErrorHandling.h"
using namespace llvm;
-using namespace llvm::dwarf;
-
enum AsmWriterFlavorTy {
// Note: This numbering has to match the GCC assembler dialects for inline
@@ -33,7 +22,6 @@ enum AsmWriterFlavorTy {
ATT = 0, Intel = 1
};
-
static cl::opt<AsmWriterFlavorTy>
AsmWriterFlavor("x86-asm-syntax", cl::init(ATT),
cl::desc("Choose style of code to emit from X86 backend:"),
OpenPOWER on IntegriCloud