mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-15 07:59:50 +00:00
Cleanup, remove unused return value
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235952 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dac39b1fef
commit
0dff695ba9
@ -6481,8 +6481,8 @@ SetupEntryBlockForSjLj(MachineInstr *MI, MachineBasicBlock *MBB,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
MachineBasicBlock *ARMTargetLowering::
|
void ARMTargetLowering::EmitSjLjDispatchBlock(MachineInstr *MI,
|
||||||
EmitSjLjDispatchBlock(MachineInstr *MI, MachineBasicBlock *MBB) const {
|
MachineBasicBlock *MBB) const {
|
||||||
const TargetInstrInfo *TII = Subtarget->getInstrInfo();
|
const TargetInstrInfo *TII = Subtarget->getInstrInfo();
|
||||||
DebugLoc dl = MI->getDebugLoc();
|
DebugLoc dl = MI->getDebugLoc();
|
||||||
MachineFunction *MF = MBB->getParent();
|
MachineFunction *MF = MBB->getParent();
|
||||||
@ -6878,8 +6878,6 @@ EmitSjLjDispatchBlock(MachineInstr *MI, MachineBasicBlock *MBB) const {
|
|||||||
|
|
||||||
// The instruction is gone now.
|
// The instruction is gone now.
|
||||||
MI->eraseFromParent();
|
MI->eraseFromParent();
|
||||||
|
|
||||||
return MBB;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static
|
||||||
|
@ -592,8 +592,7 @@ namespace llvm {
|
|||||||
MachineBasicBlock *MBB,
|
MachineBasicBlock *MBB,
|
||||||
MachineBasicBlock *DispatchBB, int FI) const;
|
MachineBasicBlock *DispatchBB, int FI) const;
|
||||||
|
|
||||||
MachineBasicBlock *EmitSjLjDispatchBlock(MachineInstr *MI,
|
void EmitSjLjDispatchBlock(MachineInstr *MI, MachineBasicBlock *MBB) const;
|
||||||
MachineBasicBlock *MBB) const;
|
|
||||||
|
|
||||||
bool RemapAddSubWithFlags(MachineInstr *MI, MachineBasicBlock *BB) const;
|
bool RemapAddSubWithFlags(MachineInstr *MI, MachineBasicBlock *BB) const;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user