mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
Instance var no longer exists
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14520 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
25d8039bd6
commit
51289aa520
@ -106,7 +106,7 @@ void ilist_traits<MachineBasicBlock>::transferNodesFromList(
|
||||
|
||||
MachineFunction::MachineFunction(const Function *F,
|
||||
const TargetMachine &TM)
|
||||
: Annotation(MF_AID), Fn(F), Target(TM), NextMBBNumber(0) {
|
||||
: Annotation(MF_AID), Fn(F), Target(TM) {
|
||||
SSARegMapping = new SSARegMap();
|
||||
MFInfo = new MachineFunctionInfo(*this);
|
||||
FrameInfo = new MachineFrameInfo();
|
||||
|
Loading…
x
Reference in New Issue
Block a user