Skip to content

Commit b7c5825

Browse files
committed
Remove useless DAG directive in pivot callee WITH
1 parent 26186cc commit b7c5825

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
@@ -78,8 +78,8 @@ mod Pivot {
7878
#[unsafe(no_mangle)]
7979
pub unsafe extern "C" fn pivot_callee() -> PivotStruct {
8080
// WITH-LABEL: pivot_callee
81-
// WITH-DAG: movl $42, %e{{.*}}
82-
// WITH-DAG: movl $42, %e{{.*}}
81+
// WITH: movl $42, %e{{.*}}
82+
// WITH: movl $42, %e{{.*}}
8383
// WITH: retl
8484

8585
// WITHOUT-LABEL: pivot_callee

0 commit comments

Comments
 (0)