Skip to content

Commit f516eb4

Browse files
authored
Rollup merge of #157627 - folkertdev:remove-llvm-va_end, r=RalfJung
remove LLVM `va_end` calls tracking issue: rust-lang/rust#44930 The operation is a no-op, so we skip it.
2 parents ab8c5d5 + 9b4d320 commit f516eb4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/intrinsic/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -705,10 +705,6 @@ impl<'a, 'gcc, 'tcx> IntrinsicCallBuilderMethods<'tcx> for Builder<'a, 'gcc, 'tc
705705
unimplemented!();
706706
}
707707

708-
fn va_end(&mut self, _va_list: RValue<'gcc>) {
709-
// FIXME(antoyo): implement.
710-
}
711-
712708
fn retag_reg(&mut self, _ptr: Self::Value, _info: &RetagInfo<Self::Value>) -> Self::Value {
713709
unimplemented!()
714710
}

0 commit comments

Comments
 (0)