Revert "Auto merge of #92419 - erikdesjardins:coldland, r=nagisa"

This reverts commit 4f49627c6f, reversing
changes made to 028c6f1454.
This commit is contained in:
Erik Desjardins 2022-02-26 12:52:07 -05:00
parent 3b1fe7e7c9
commit 851fcc7a54
9 changed files with 12 additions and 87 deletions

View file

@ -1403,7 +1403,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
self.cx
}
fn apply_attrs_to_cleanup_callsite(&mut self, _llret: RValue<'gcc>) {
fn do_not_inline(&mut self, _llret: RValue<'gcc>) {
unimplemented!();
}