Skip to content

Commit c728e47

Browse files
committed
Remove DAG in WITHOUT small_callee test
1 parent 74b6839 commit c728e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ mod Small {
4141
// WITH: retl
4242

4343
// WITHOUT-LABEL: small_callee
44-
// WITHOUT-DAG: movl 4(%esp), %e{{.*}}
45-
// WITHOUT-DAG: movw $10794, (%e{{.*}})
44+
// WITHOUT: movl 4(%esp), %e{{.*}}
45+
// WITHOUT: movw $10794, (%e{{.*}})
4646
// WITHOUT: retl $4
4747
SmallStruct { a: 42, b: 42 }
4848
}

0 commit comments

Comments
 (0)