[Hexagon] Make header self-contained.

llvm-svn: 293482
This commit is contained in:
Benjamin Kramer 2017-01-30 14:55:33 +00:00
parent 809faeda2c
commit 73564981fe
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
#include "llvm/CodeGen/ScheduleDAGInstrs.h"
namespace llvm {
class HexagonInstrInfo;
class HexagonRegisterInfo;
class HexagonPacketizerList : public VLIWPacketizerList {
// Vector of instructions assigned to the packet that has just been created.
std::vector<MachineInstr*> OldPacketMIs;