diff options
| author | 2019-06-23 21:36:31 +0000 | |
|---|---|---|
| committer | 2019-06-23 21:36:31 +0000 | |
| commit | 23f101f37937a1bd4a29726cab2f76e0fb038b35 (patch) | |
| tree | f7da7d6b32c2e07114da399150bfa88d72187012 /gnu/llvm/lib/CodeGen/LiveDebugVariables.h | |
| parent | sort previous; ok deraadt (diff) | |
| download | wireguard-openbsd-23f101f37937a1bd4a29726cab2f76e0fb038b35.tar.xz wireguard-openbsd-23f101f37937a1bd4a29726cab2f76e0fb038b35.zip | |
Import LLVM 8.0.0 release including clang, lld and lldb.
Diffstat (limited to 'gnu/llvm/lib/CodeGen/LiveDebugVariables.h')
| -rw-r--r-- | gnu/llvm/lib/CodeGen/LiveDebugVariables.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/llvm/lib/CodeGen/LiveDebugVariables.h b/gnu/llvm/lib/CodeGen/LiveDebugVariables.h index aa35880b063..0060399c2b0 100644 --- a/gnu/llvm/lib/CodeGen/LiveDebugVariables.h +++ b/gnu/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. |
