Skip to content

Commit 26186cc

Browse files
committed
Update comment on Large module
1 parent 57ca1e5 commit 26186cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ mod Pivot {
107107

108108
// Verifies ABI changes for a struct of size 12, which is larger than the
109109
// maximum size for reg-struct-return (8 bytes).
110-
// Here, both WITH and WITHOUT should use the hidden pointer convention (i.e, they
111-
// should be identical).
110+
// Here, the hidden pointer convention should be used even when `-Zreg-struct-return` is set.
112111
mod Large {
113112
struct LargeStruct {
114113
a: i32,

0 commit comments

Comments
 (0)