From: Chris Lattner Date: Tue, 11 Aug 2009 23:06:16 +0000 (+0000) Subject: prune #includage. X-Git-Tag: android-x86-6.0-r1~1003^2~16854 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5940c0263328d997e099834a4708fd34546bc702;p=android-x86%2Fexternal-llvm.git prune #includage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78748 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp index 0c5e4b60201..859ced7728f 100644 --- a/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/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 AsmWriterFlavor("x86-asm-syntax", cl::init(ATT), cl::desc("Choose style of code to emit from X86 backend:"),