We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50b4f1 commit ccf660fCopy full SHA for ccf660f
tests/assembly-llvm/x86-return-float.rs
@@ -334,9 +334,9 @@ pub fn return_f128(x: f128) -> f128 {
334
// linux-NEXT: .cfi_offset
335
// CHECK-NEXT: movl %esp, %ebp
336
// linux-NEXT: .cfi_def_cfa_register
337
- // linux-NEXT: movaps 8(%ebp), %xmm0
338
- // win-NEXT: movups 8(%ebp), %xmm0
339
- // CHECK-NEXT: popl %ebp
+ // linux: movaps 8(%ebp), %xmm0
+ // win: movups 8(%ebp), %xmm0
+ // CHECK: popl %ebp
340
// linux-NEXT: .cfi_def_cfa
341
// CHECK-NEXT: retl
342
x
0 commit comments