Skip to content

Commit

Permalink
Revert "Use the same DISubprogram for each instance of the same inlin…
Browse files Browse the repository at this point in the history
…ed function within the caller"

This reverts commit 687bffa.

Reverting to resolve ICEs reported on nightly.
  • Loading branch information
wesleywiser committed Aug 25, 2023
1 parent 17b7f1e commit ec4a85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debuginfo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl<'gcc, 'tcx> DebugInfoMethods<'tcx> for CodegenCx<'gcc, 'tcx> {
_fn_abi: &FnAbi<'tcx, Ty<'tcx>>,
_llfn: RValue<'gcc>,
_mir: &mir::Body<'tcx>,
) -> Option<FunctionDebugContext<'tcx, Self::DIScope, Self::DILocation>> {
) -> Option<FunctionDebugContext<Self::DIScope, Self::DILocation>> {
// TODO(antoyo)
None
}
Expand Down

0 comments on commit ec4a85e

Please sign in to comment.