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