diff options
Diffstat (limited to 'llvm/lib/Target/X86/InstPrinter')
| -rw-r--r-- | llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 4 | ||||
| -rw-r--r-- | llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 2 | 
3 files changed, 3 insertions, 5 deletions
diff --git a/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp b/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp index d01a6007f21..53738b131df 100644 --- a/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp +++ b/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp @@ -16,19 +16,17 @@  #include "X86ATTInstPrinter.h"  #include "X86InstComments.h"  #include "X86Subtarget.h" +#include "MCTargetDesc/X86TargetDesc.h"  #include "llvm/MC/MCInst.h"  #include "llvm/MC/MCAsmInfo.h"  #include "llvm/MC/MCExpr.h"  #include "llvm/Support/ErrorHandling.h"  #include "llvm/Support/Format.h"  #include "llvm/Support/FormattedStream.h" -#include "X86GenInstrNames.inc"  #include <map>  using namespace llvm;  // Include the auto-generated portion of the assembly writer. -#define GET_REGINFO_ENUM -#include "X86GenRegisterInfo.inc"  #define GET_INSTRUCTION_NAME  #define PRINT_ALIAS_INSTR  #include "X86GenAsmWriter.inc" diff --git a/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp b/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp index c642acc3b9a..5461c83d4d4 100644 --- a/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp +++ b/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp @@ -13,7 +13,7 @@  //===----------------------------------------------------------------------===//  #include "X86InstComments.h" -#include "X86GenInstrNames.inc" +#include "MCTargetDesc/X86TargetDesc.h"  #include "llvm/MC/MCInst.h"  #include "llvm/Support/raw_ostream.h"  #include "../Utils/X86ShuffleDecode.h" diff --git a/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp b/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp index 5f581bab390..411d832f278 100644 --- a/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp +++ b/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp @@ -16,12 +16,12 @@  #include "X86IntelInstPrinter.h"  #include "X86InstComments.h"  #include "X86Subtarget.h" +#include "MCTargetDesc/X86TargetDesc.h"  #include "llvm/MC/MCInst.h"  #include "llvm/MC/MCAsmInfo.h"  #include "llvm/MC/MCExpr.h"  #include "llvm/Support/ErrorHandling.h"  #include "llvm/Support/FormattedStream.h" -#include "X86GenInstrNames.inc"  #include <cctype>  using namespace llvm;  | 

