forked from OSchip/llvm-project
ARM/GlobalISel: Don't store a MachineInstrBuilder reference
This is basically a pointer anyway
This commit is contained in:
parent
6bbfa0fd40
commit
6e88539ab1
|
@ -181,7 +181,7 @@ struct ARMOutgoingValueHandler : public CallLowering::OutgoingValueHandler {
|
|||
return false;
|
||||
}
|
||||
|
||||
MachineInstrBuilder &MIB;
|
||||
MachineInstrBuilder MIB;
|
||||
uint64_t StackSize = 0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue