Relax check lines in x86-return-float.rs
On LLVM 21 additional %esp adjustments are generated. Don't use NEXT to allow these.
This commit is contained in:
parent
d50b4f10f1
commit
ccf660f855
1 changed files with 3 additions and 3 deletions
|
|
@ -334,9 +334,9 @@ pub fn return_f128(x: f128) -> f128 {
|
|||
// linux-NEXT: .cfi_offset
|
||||
// CHECK-NEXT: movl %esp, %ebp
|
||||
// linux-NEXT: .cfi_def_cfa_register
|
||||
// linux-NEXT: movaps 8(%ebp), %xmm0
|
||||
// win-NEXT: movups 8(%ebp), %xmm0
|
||||
// CHECK-NEXT: popl %ebp
|
||||
// linux: movaps 8(%ebp), %xmm0
|
||||
// win: movups 8(%ebp), %xmm0
|
||||
// CHECK: popl %ebp
|
||||
// linux-NEXT: .cfi_def_cfa
|
||||
// CHECK-NEXT: retl
|
||||
x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue