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 308fd53 commit edc58b1Copy full SHA for edc58b1
1 file changed
tests/assembly-llvm/s390x-softfloat-abi.rs
@@ -34,8 +34,8 @@ extern "C" fn test_softfloat() -> f64 {
34
// we do NOT pass anything by f0 (first float arg register)
35
// float registers can not be accessed
36
// enable-softfloat: llihf %r{{.*}}, 1074340036
37
- // enable-softfloat-NOT: ld %f{{.*}}, 0(%r{{.*}})
38
// enable-softfloat-NEXT: oilf %r{{.*}}, 2611340116
+ // enable-softfloat-NOT: ld %f{{.*}}, 0(%r{{.*}})
39
40
unsafe { extern_func(value) };
41
// disable-softfloat-NEXT: brasl %r{{.*}}, extern_func@PLT
0 commit comments