Skip to content

Commit edc58b1

Browse files
committed
fix filecheck order
1 parent 308fd53 commit edc58b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/assembly-llvm/s390x-softfloat-abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ extern "C" fn test_softfloat() -> f64 {
3434
// we do NOT pass anything by f0 (first float arg register)
3535
// float registers can not be accessed
3636
// enable-softfloat: llihf %r{{.*}}, 1074340036
37-
// enable-softfloat-NOT: ld %f{{.*}}, 0(%r{{.*}})
3837
// enable-softfloat-NEXT: oilf %r{{.*}}, 2611340116
38+
// enable-softfloat-NOT: ld %f{{.*}}, 0(%r{{.*}})
3939

4040
unsafe { extern_func(value) };
4141
// disable-softfloat-NEXT: brasl %r{{.*}}, extern_func@PLT

0 commit comments

Comments
 (0)