diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/CodeGen/SplitKit.h')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/CodeGen/SplitKit.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/contrib/llvm-project/llvm/lib/CodeGen/SplitKit.h b/contrib/llvm-project/llvm/lib/CodeGen/SplitKit.h index 1174e392e4e4..f764ffd4750c 100644 --- a/contrib/llvm-project/llvm/lib/CodeGen/SplitKit.h +++ b/contrib/llvm-project/llvm/lib/CodeGen/SplitKit.h @@ -428,11 +428,8 @@ private: bool Late, unsigned RegIdx); SlotIndex buildSingleSubRegCopy(Register FromReg, Register ToReg, - MachineBasicBlock &MB, - MachineBasicBlock::iterator InsertBefore, - unsigned SubIdx, LiveInterval &DestLI, - bool Late, SlotIndex Def, - const MCInstrDesc &Desc); + MachineBasicBlock &MB, MachineBasicBlock::iterator InsertBefore, + unsigned SubIdx, LiveInterval &DestLI, bool Late, SlotIndex Def); public: /// Create a new SplitEditor for editing the LiveInterval analyzed by SA. |
