diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2018-11-26 21:03:15 +0200 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2019-04-23 23:35:21 +0300 |
| commit | e6ec968485080a704a4edc1e96c89359bd81550d (patch) | |
| tree | 0599e69eb4259bbdac3db0a5e65dd523af689f4b /src/librustc_codegen_llvm/debuginfo | |
| parent | 2384e980ad1345930a795961a412b8897b9beeb0 (diff) | |
| download | rust-e6ec968485080a704a4edc1e96c89359bd81550d.tar.gz rust-e6ec968485080a704a4edc1e96c89359bd81550d.zip | |
rustc_codegen_ssa: rename debuginfo_upvar_decls_ops_sequence to debuginfo_upvar_ops_sequence.
Diffstat (limited to 'src/librustc_codegen_llvm/debuginfo')
| -rw-r--r-- | src/librustc_codegen_llvm/debuginfo/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/debuginfo/mod.rs b/src/librustc_codegen_llvm/debuginfo/mod.rs index ae498673c1d..cb00cca0f9c 100644 --- a/src/librustc_codegen_llvm/debuginfo/mod.rs +++ b/src/librustc_codegen_llvm/debuginfo/mod.rs @@ -542,7 +542,7 @@ impl DebugInfoMethods<'tcx> for CodegenCx<'ll, 'tcx> { finalize(self) } - fn debuginfo_upvar_decls_ops_sequence(&self, byte_offset_of_var_in_env: u64) -> [i64; 4] { + fn debuginfo_upvar_ops_sequence(&self, byte_offset_of_var_in_env: u64) -> [i64; 4] { unsafe { [llvm::LLVMRustDIBuilderCreateOpDeref(), llvm::LLVMRustDIBuilderCreateOpPlusUconst(), |
