Skip to content

Commit

Permalink
Reapply: Mark drop calls in landing pads cold instead of noinline
Browse files Browse the repository at this point in the history
Co-authored-by: Max Fan <[email protected]>
Co-authored-by: Nikita Popov <[email protected]>
  • Loading branch information
3 people committed Oct 2, 2023
1 parent 8373b05 commit 7e8c85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
self.cx
}

fn do_not_inline(&mut self, _llret: RValue<'gcc>) {
fn apply_attrs_to_cleanup_callsite(&mut self, _llret: RValue<'gcc>) {
// FIXME(bjorn3): implement
}

Expand Down

0 comments on commit 7e8c85b

Please sign in to comment.