summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveDebugVariables.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.h')
-rw-r--r--llvm/lib/CodeGen/LiveDebugVariables.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.h b/llvm/lib/CodeGen/LiveDebugVariables.h
index aa35880b063..0060399c2b0 100644
--- a/llvm/lib/CodeGen/LiveDebugVariables.h
+++ b/llvm/lib/CodeGen/LiveDebugVariables.h
@@ -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.
OpenPOWER on IntegriCloud