Merge branch 'master' into sync_branch_name
This commit is contained in:
commit
5a89328710
@ -115,7 +115,7 @@ fn codegen_inline_asm(
|
||||
span: &[Span],
|
||||
instance: Instance<'_>,
|
||||
dest: Option<Self::BasicBlock>,
|
||||
_catch_funclet: Option<(Self::BasicBlock, Option<&Self::Funclet>)>,
|
||||
_dest_catch_funclet: Option<(Self::BasicBlock, Option<&Self::Funclet>)>,
|
||||
) {
|
||||
if options.contains(InlineAsmOptions::MAY_UNWIND) {
|
||||
self.sess().dcx().create_err(UnwindingInlineAsm { span: span[0] }).emit();
|
||||
|
@ -131,7 +131,7 @@ fn type_f32(&self) -> Type<'gcc> {
|
||||
fn type_f64(&self) -> Type<'gcc> {
|
||||
self.double_type
|
||||
}
|
||||
|
||||
|
||||
fn type_f128(&self) -> Type<'gcc> {
|
||||
unimplemented!("f16_f128")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user