diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-04-14 14:01:31 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-04-14 14:01:31 +0000 |
| commit | dbe13110f59f48b4dbb7552b3ac2935acdeece7f (patch) | |
| tree | be1815eb79b42ff482a8562b13c2dcbf0c5dcbee /test/CodeGen/var-align.c | |
| parent | 9da628931ebf2609493570f87824ca22402cc65f (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/var-align.c')
| -rw-r--r-- | test/CodeGen/var-align.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CodeGen/var-align.c b/test/CodeGen/var-align.c deleted file mode 100644 index fefd35ab634d..000000000000 --- a/test/CodeGen/var-align.c +++ /dev/null @@ -1,4 +0,0 @@ -// RUN: %clang_cc1 -emit-llvm %s -o - | grep "align 16" | count 2 - -__attribute((aligned(16))) float a[128]; -union {int a[4]; __attribute((aligned(16))) float b[4];} u; |
