forked from OSchip/llvm-project
InstrEmitter.h - reduce SelectionDAG.h include to SelectionDAGNodes.h include.
Add SDDbgLabel/TargetLowering forward declarations. Add the full SelectionDAG.h include to InstrEmitter.cpp.
This commit is contained in:
parent
d49646e6de
commit
032738d17e
|
@ -19,6 +19,7 @@
|
|||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineInstrBuilder.h"
|
||||
#include "llvm/CodeGen/MachineRegisterInfo.h"
|
||||
#include "llvm/CodeGen/SelectionDAG.h"
|
||||
#include "llvm/CodeGen/StackMaps.h"
|
||||
#include "llvm/CodeGen/TargetInstrInfo.h"
|
||||
#include "llvm/CodeGen/TargetLowering.h"
|
||||
|
|
|
@ -17,13 +17,15 @@
|
|||
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/CodeGen/MachineBasicBlock.h"
|
||||
#include "llvm/CodeGen/SelectionDAG.h"
|
||||
#include "llvm/CodeGen/SelectionDAGNodes.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class MachineInstrBuilder;
|
||||
class MCInstrDesc;
|
||||
class SDDbgLabel;
|
||||
class SDDbgValue;
|
||||
class TargetLowering;
|
||||
|
||||
class LLVM_LIBRARY_VISIBILITY InstrEmitter {
|
||||
MachineFunction *MF;
|
||||
|
|
Loading…
Reference in New Issue