mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
LoopDepth calculation is now in CFG namespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1601 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9261f0e02b
commit
92a12d5c6b
@ -84,7 +84,7 @@ class PhyRegAlloc: public NonCopyable
|
||||
|
||||
|
||||
AddedInstrMapType AddedInstrMap; // to store instrns added in this phase
|
||||
LoopDepthCalculator LoopDepthCalc; // to calculate loop depths
|
||||
cfg::LoopDepthCalculator LoopDepthCalc; // to calculate loop depths
|
||||
ReservedColorListType ResColList; // A set of reserved regs if desired.
|
||||
// currently not used
|
||||
|
||||
|
@ -84,7 +84,7 @@ class PhyRegAlloc: public NonCopyable
|
||||
|
||||
|
||||
AddedInstrMapType AddedInstrMap; // to store instrns added in this phase
|
||||
LoopDepthCalculator LoopDepthCalc; // to calculate loop depths
|
||||
cfg::LoopDepthCalculator LoopDepthCalc; // to calculate loop depths
|
||||
ReservedColorListType ResColList; // A set of reserved regs if desired.
|
||||
// currently not used
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user