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 f4a9317 commit 3518ac1Copy full SHA for 3518ac1
tests/assembly-llvm/reg-struct-return.rs
@@ -92,15 +92,7 @@ mod pivot {
92
// WITH: jmp pivot
93
94
// WITHOUT-LABEL: pivot_call
95
- // WITHOUT: pushl %esi
96
- // WITHOUT: subl $8, %esp
97
- // WITHOUT: movl 16(%esp), %esi
98
- // WITHOUT: %esi, (%esp)
99
// WITHOUT: calll pivot
100
- // WITHOUT: subl $4, %esp
101
- // WITHOUT: movl %esi, %eax
102
- // WITHOUT: addl $8, %esp
103
- // WITHOUT: popl %esi
104
// WITHOUT: retl $4
105
pivot()
106
}
0 commit comments