Skip to content

Commit 3518ac1

Browse files
committed
Simplify WITHOUT test in pivot_call
1 parent f4a9317 commit 3518ac1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/assembly-llvm/reg-struct-return.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,7 @@ mod pivot {
9292
// WITH: jmp pivot
9393

9494
// WITHOUT-LABEL: pivot_call
95-
// WITHOUT: pushl %esi
96-
// WITHOUT: subl $8, %esp
97-
// WITHOUT: movl 16(%esp), %esi
98-
// WITHOUT: %esi, (%esp)
9995
// WITHOUT: calll pivot
100-
// WITHOUT: subl $4, %esp
101-
// WITHOUT: movl %esi, %eax
102-
// WITHOUT: addl $8, %esp
103-
// WITHOUT: popl %esi
10496
// WITHOUT: retl $4
10597
pivot()
10698
}

0 commit comments

Comments
 (0)