mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-20 04:55:37 +00:00
[Target/X86] Remove unneeded return. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303323 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d7d7e7bc58
commit
695aa32d5a
@ -10511,9 +10511,7 @@ void X86InstrInfo::insertOutlinerEpilogue(MachineBasicBlock &MBB,
|
||||
|
||||
void X86InstrInfo::insertOutlinerPrologue(MachineBasicBlock &MBB,
|
||||
MachineFunction &MF,
|
||||
bool IsTailCall) const {
|
||||
return;
|
||||
}
|
||||
bool IsTailCall) const {}
|
||||
|
||||
MachineBasicBlock::iterator
|
||||
X86InstrInfo::insertOutlinedCall(Module &M, MachineBasicBlock &MBB,
|
||||
|
Loading…
x
Reference in New Issue
Block a user