[PATCH] D42907: BitTracker.h needs a full definition of MachineInstr, so include the defining file.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 07:58:58 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL324245: BitTracker.h needs a full definition of MachineInstr, so include the defining… (authored by d0k, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D42907

Files:
  llvm/trunk/lib/Target/Hexagon/BitTracker.h


Index: llvm/trunk/lib/Target/Hexagon/BitTracker.h
===================================================================
--- llvm/trunk/lib/Target/Hexagon/BitTracker.h
+++ llvm/trunk/lib/Target/Hexagon/BitTracker.h
@@ -13,6 +13,7 @@
 #include "llvm/ADT/DenseSet.h"
 #include "llvm/ADT/SetVector.h"
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/MachineOperand.h"
 #include <cassert>
 #include <cstdint>
@@ -28,7 +29,6 @@
 class MachineRegisterInfo;
 class MachineBasicBlock;
 class MachineFunction;
-class MachineInstr;
 class raw_ostream;
 class TargetRegisterClass;
 class TargetRegisterInfo;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42907.132834.patch
Type: text/x-patch
Size: 644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180205/27bb27ca/attachment.bin>


More information about the llvm-commits mailing list