Skip to content

Commit

Permalink
[Hexagon] Make header self-contained.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293482 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Jan 30, 2017
1 parent 3d66fa9 commit 2adb00a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Target/Hexagon/HexagonVLIWPacketizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2adb00a

Please sign in to comment.