Fix missing include in Hexagon code for Release+Asserts

llvm-svn: 180983
This commit is contained in:
Reid Kleckner 2013-05-03 00:54:56 +00:00
parent 44f38013e2
commit 1c76f155b1
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "llvm/CodeGen/PseudoSourceValue.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#define GET_INSTRINFO_CTOR
#define GET_INSTRMAP_INFO
#include "HexagonGenInstrInfo.inc"