Hi,
I would like to know how I can move a MachineInstr to another position of the MachineBasicBlock that contains that instruction.
Looking at the MachineInstr docs I could not see how to do it.
thanks,
ronaldo
Hi,
I would like to know how I can move a MachineInstr to another position of the MachineBasicBlock that contains that instruction.
Looking at the MachineInstr docs I could not see how to do it.
thanks,
ronaldo
Check out MachineBasicBlock::splice.
-K