forked from OSchip/llvm-project
Check that the first and third characters, s and u,
are accessed with an alignment of 2 not 1. llvm-svn: 43932
This commit is contained in:
parent
1445725759
commit
0c7fba914d
|
@ -0,0 +1,3 @@
|
|||
// RUN: %llvmgcc -S %s -o - | grep "align 2" | count 6
|
||||
struct A { char s, t, u, v; short a; };
|
||||
void q() { struct A a, b; a = b; }
|
Loading…
Reference in New Issue