commit | ad2b6fc2b9937e7c813c30ab7663c48aeb72ff8b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Sep 18 18:08:55 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Sep 18 18:08:55 2009 +0000 |
tree | 8dc2a2f2d060c496e5208830444a25e80bbec07a | |
parent | 393317975c0620360c54a6a3052c06db0b56f7e9 [diff] [blame] |
This file can need access to the X86 instruction enums when the table exceeds 32-bits. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82235 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp b/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp index 7576ab3..5697fdd4 100644 --- a/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp +++ b/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
@@ -19,6 +19,7 @@ #include "llvm/MC/MCExpr.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/FormattedStream.h" +#include "../X86GenInstrNames.inc" using namespace llvm; // Include the auto-generated portion of the assembly writer.