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
This commit is contained in:
Chris Lattner 2009-09-18 18:08:55 +00:00
parent 393317975c
commit ad2b6fc2b9

View File

@ -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.