diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:01:25 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:01:25 +0000 |
| commit | d8e91e46262bc44006913e6796843909f1ac7bcd (patch) | |
| tree | 7d0c143d9b38190e0fa0180805389da22cd834c5 /lib/CodeGen/LiveDebugVariables.h | |
| parent | b7eb8e35e481a74962664b63dfb09483b200209a (diff) | |
Notes
Diffstat (limited to 'lib/CodeGen/LiveDebugVariables.h')
| -rw-r--r-- | lib/CodeGen/LiveDebugVariables.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/CodeGen/LiveDebugVariables.h b/lib/CodeGen/LiveDebugVariables.h index aa35880b063a..0060399c2b04 100644 --- a/lib/CodeGen/LiveDebugVariables.h +++ b/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. |
