diff options
Diffstat (limited to 'lib/CodeGen/RegAlloc/PhyRegAlloc.h')
-rw-r--r-- | lib/CodeGen/RegAlloc/PhyRegAlloc.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h index 4d009cf..38f8dd7 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.h @@ -25,21 +25,19 @@ PhyRegAlloc PRA(*MethodI, target, &LVI); // allocate regs PRA.allocateRegisters(); - - - */ #ifndef PHY_REG_ALLOC_H #define PHY_REG_ALLOC_H -#include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/RegClass.h" #include "llvm/CodeGen/LiveRangeInfo.h" -#include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h" #include "llvm/Analysis/LoopDepth.h" #include <deque> class MachineCodeForMethod; +class MachineRegInfo; +class MethodLiveVarInfo; +class MachineInstr; //---------------------------------------------------------------------------- // Class AddedInstrns: |