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 3518ac1 commit fcf55d5Copy full SHA for fcf55d5
tests/assembly-llvm/reg-struct-return.rs
@@ -39,8 +39,8 @@ mod small {
39
// WITH: retl
40
41
// WITHOUT-LABEL: small_direct_construction
42
- // WITHOUT: movl 4(%esp), %eax
43
- // WITHOUT: movw $10794, (%eax)
+ // WITHOUT: movl 4(%esp), %e{{.*}}
+ // WITHOUT: movw $10794, (%e{{.*}})
44
// WITHOUT: retl $4
45
small_t { a: 42, b: 42 }
46
}
@@ -74,8 +74,8 @@ mod pivot {
74
#[unsafe(no_mangle)]
75
pub unsafe extern "C" fn pivot_direct_construction() -> pivot_t {
76
// WITH-LABEL: pivot_direct_construction
77
- // WITH: movl $42, %eax
78
- // WITH: movl $42, %edx
+ // WITH: movl $42, %e{{.*}}
79
80
81
// WITHOUT-LABEL: pivot_direct_construction
0 commit comments