We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0183b41 commit 53943d6Copy full SHA for 53943d6
src/test/codegen/arg-return-value-in-reg.rs
@@ -11,7 +11,7 @@ pub struct S {
11
c: u32,
12
}
13
14
-// CHECK: define i128 @modify(i128 %0)
+// CHECK: define i128 @modify(i128{{( %0)?}})
15
#[no_mangle]
16
pub fn modify(s: S) -> S {
17
S { a: s.a + s.a, b: s.b + s.b, c: s.c + s.c }
0 commit comments