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:
Nikita Popov 2025-07-29 14:07:27 +02:00
parent d50b4f10f1
commit ccf660f855

View file

@ -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