From dbe13110f59f48b4dbb7552b3ac2935acdeece7f Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 14 Apr 2012 14:01:31 +0000 Subject: Vendor import of clang trunk r154661: http://llvm.org/svn/llvm-project/cfe/trunk@r154661 --- test/CodeGen/var-align.c | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test/CodeGen/var-align.c (limited to 'test/CodeGen/var-align.c') 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; -- cgit v1.3