prune #includage.

llvm-svn: 78748
This commit is contained in:
Chris Lattner 2009-08-11 23:06:16 +00:00
parent 96db1abb77
commit b9c1d6c86e
1 changed files with 0 additions and 12 deletions

View File

@ -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:"),