]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_ssa/traits/debuginfo.rs
Introduce FuncId backend type
[rust.git] / src / librustc_codegen_ssa / traits / debuginfo.rs
index e75f247da96135ed3a791f4359e7de62238474f3..71594240a9eafeeef8d222b897cc685ec5e73880 100644 (file)
@@ -20,7 +20,7 @@ fn create_function_debug_context(
         &self,
         instance: Instance<'tcx>,
         sig: ty::FnSig<'tcx>,
-        llfn: Self::Value,
+        llfn: Self::FuncId,
         mir: &mir::Body<'_>,
     ) -> FunctionDebugContext<Self::DIScope>;