forked from OSchip/llvm-project
parent
809faeda2c
commit
73564981fe
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue