forked from OSchip/llvm-project
BitTracker.h needs a full definition of MachineInstr, so include the defining file.
Patch by Dean Sturtevant! Differential Revision: https://reviews.llvm.org/D42907 llvm-svn: 324245
This commit is contained in:
parent
ef20447fa0
commit
45aa89eb7f
|
|
@ -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 ConstantInt;
|
|||
class MachineRegisterInfo;
|
||||
class MachineBasicBlock;
|
||||
class MachineFunction;
|
||||
class MachineInstr;
|
||||
class raw_ostream;
|
||||
class TargetRegisterClass;
|
||||
class TargetRegisterInfo;
|
||||
|
|
|
|||
Loading…
Reference in New Issue