aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-18 18:08:55 +0000
committerChris Lattner <sabre@nondot.org>2009-09-18 18:08:55 +0000
commit7e54f154ec3d950827ff8e29f01ca55ae958db0f (patch)
tree8dc2a2f2d060c496e5208830444a25e80bbec07a /lib
parent4dc36eb1b47ec2157748668fb71943f59711c909 (diff)
downloadexternal_llvm-7e54f154ec3d950827ff8e29f01ca55ae958db0f.zip
external_llvm-7e54f154ec3d950827ff8e29f01ca55ae958db0f.tar.gz
external_llvm-7e54f154ec3d950827ff8e29f01ca55ae958db0f.tar.bz2
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp1
1 files changed, 1 insertions, 0 deletions
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.