diff options
author | Chris Lattner <sabre@nondot.org> | 2002-02-04 05:52:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-02-04 05:52:08 +0000 |
commit | b0da8b2de1eb319dba1dad6e89739a3224cf961e (patch) | |
tree | 2f101671598e0619684c4bc9c7d25f2f2fec55ca /llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h | |
parent | 73645f3b941a0d37225672420c1911f111f5dad0 (diff) | |
download | bcm5719-llvm-b0da8b2de1eb319dba1dad6e89739a3224cf961e.tar.gz bcm5719-llvm-b0da8b2de1eb319dba1dad6e89739a3224cf961e.zip |
* Minor cleanups
* Reduce number of #includes, sometimes drastically (LiveRangeInfo.h lost _7_)
* Move instrIsFeasible() from InstrScheduling.h to SchedPriorities.h
* Delete blank lines at end of files
llvm-svn: 1672
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h')
-rw-r--r-- | llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h index 4d009cfcbea..38f8dd774b7 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/llvm/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: |