mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Check that the first and third characters, s and u,
are accessed with an alignment of 2 not 1. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43932 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
506f9089a4
commit
38c576c56e
3
test/CFrontend/2007-11-07-CopyAggregateAlign.c
Normal file
3
test/CFrontend/2007-11-07-CopyAggregateAlign.c
Normal file
@ -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
Block a user