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 26186cc commit b7c5825Copy full SHA for b7c5825
tests/assembly-llvm/reg-struct-return.rs
@@ -78,8 +78,8 @@ mod Pivot {
78
#[unsafe(no_mangle)]
79
pub unsafe extern "C" fn pivot_callee() -> PivotStruct {
80
// WITH-LABEL: pivot_callee
81
- // WITH-DAG: movl $42, %e{{.*}}
82
+ // WITH: movl $42, %e{{.*}}
83
// WITH: retl
84
85
// WITHOUT-LABEL: pivot_callee
0 commit comments