mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-20 17:38:00 +00:00
Start NextMBBNumber out at zero.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13515 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0bcb1ad7be
commit
d657c42dce
@ -87,7 +87,7 @@ FunctionPass *llvm::createMachineCodeDeleter() {
|
||||
|
||||
MachineFunction::MachineFunction(const Function *F,
|
||||
const TargetMachine &TM)
|
||||
: Annotation(MF_AID), Fn(F), Target(TM) {
|
||||
: Annotation(MF_AID), Fn(F), Target(TM), NextMBBNumber(0) {
|
||||
SSARegMapping = new SSARegMap();
|
||||
MFInfo = new MachineFunctionInfo(*this);
|
||||
FrameInfo = new MachineFrameInfo();
|
||||
|
Loading…
x
Reference in New Issue
Block a user