mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Delete an unused member variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101143 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
28287794d4
commit
5c982949bf
@ -459,7 +459,6 @@ namespace llvm {
|
||||
const TargetLowering *TLI; // Target lowering info
|
||||
MachineFunction &MF; // Machine function
|
||||
MachineRegisterInfo &MRI; // Virtual/real register map
|
||||
MachineConstantPool *ConstPool; // Target constant pool
|
||||
std::vector<SUnit*> Sequence; // The schedule. Null SUnit*'s
|
||||
// represent noop instructions.
|
||||
std::vector<SUnit> SUnits; // The scheduling units.
|
||||
|
@ -29,7 +29,6 @@ ScheduleDAG::ScheduleDAG(MachineFunction &mf)
|
||||
TRI(TM.getRegisterInfo()),
|
||||
TLI(TM.getTargetLowering()),
|
||||
MF(mf), MRI(mf.getRegInfo()),
|
||||
ConstPool(MF.getConstantPool()),
|
||||
EntrySU(), ExitSU() {
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user