[cfe-commits] r146906 - in /cfe/trunk/test/CodeGen: alignment.c var-align.c

Chris Lattner sabre at nondot.org
Mon Dec 19 13:10:59 PST 2011


Author: lattner
Date: Mon Dec 19 15:10:59 2011
New Revision: 146906

URL: http://llvm.org/viewvc/llvm-project?rev=146906&view=rev
Log:
rename test.

Added:
    cfe/trunk/test/CodeGen/alignment.c
      - copied unchanged from r146742, cfe/trunk/test/CodeGen/var-align.c
Removed:
    cfe/trunk/test/CodeGen/var-align.c

Removed: cfe/trunk/test/CodeGen/var-align.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/var-align.c?rev=146905&view=auto
==============================================================================
--- cfe/trunk/test/CodeGen/var-align.c (original)
+++ cfe/trunk/test/CodeGen/var-align.c (removed)
@@ -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;





More information about the cfe-commits mailing list