Skip to content

Commit 7e8c85b

Browse files
erikdesjardinsInnovativeInventornikic
committed
Reapply: Mark drop calls in landing pads cold instead of noinline
Co-authored-by: Max Fan <[email protected]> Co-authored-by: Nikita Popov <[email protected]>
1 parent 8373b05 commit 7e8c85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
14201420
self.cx
14211421
}
14221422

1423-
fn do_not_inline(&mut self, _llret: RValue<'gcc>) {
1423+
fn apply_attrs_to_cleanup_callsite(&mut self, _llret: RValue<'gcc>) {
14241424
// FIXME(bjorn3): implement
14251425
}
14261426

0 commit comments

Comments
 (0)