mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-05 19:29:54 +00:00
Remove dead declaration
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@345555 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
03eb1d6657
commit
3311128c58
@ -39,13 +39,6 @@ public:
|
||||
LiveDebugVariables();
|
||||
~LiveDebugVariables() override;
|
||||
|
||||
/// renameRegister - Move any user variables in OldReg to NewReg:SubIdx.
|
||||
/// @param OldReg Old virtual register that is going away.
|
||||
/// @param NewReg New register holding the user variables.
|
||||
/// @param SubIdx If NewReg is a virtual register, SubIdx may indicate a sub-
|
||||
/// register.
|
||||
void renameRegister(unsigned OldReg, unsigned NewReg, unsigned SubIdx);
|
||||
|
||||
/// splitRegister - Move any user variables in OldReg to the live ranges in
|
||||
/// NewRegs where they are live. Mark the values as unavailable where no new
|
||||
/// register is live.
|
||||
|
Loading…
Reference in New Issue
Block a user