Skip to content

Commit 8ce77cc

Browse files
committed
Update comment in test
1 parent 01b4a28 commit 8ce77cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/CodeGen/aapcs64-align.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ void g7() {
186186
f7(1, s);
187187
}
188188

189-
// There are no 128-bit fundamental data types defined by AAPCS32, so this gets
190-
// a 64-bit container plus 64 bits of padding, giving it a size of 16 bytes and
191-
// alignment of 8 bytes.
189+
// AAPCS64 does have a 128-bit integer fundamental data type, so this gets a
190+
// 128-bit container with 128-bit alignment. This is just within the limit of
191+
// what can be passed directly.
192192
struct VeryOverSizedBitfield {
193193
int x : 128;
194194
};

0 commit comments

Comments
 (0)