mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 17:45:07 +08:00
filecheckize.
llvm-svn: 146907
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
// RUN: %clang_cc1 -emit-llvm %s -o - | grep "align 16" | count 2
|
||||
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
|
||||
|
||||
__attribute((aligned(16))) float a[128];
|
||||
union {int a[4]; __attribute((aligned(16))) float b[4];} u;
|
||||
union {int a[4]; __attribute((aligned(16))) float b[4];} b;
|
||||
|
||||
// CHECK: @a = {{.*}}zeroinitializer, align 16
|
||||
// CHECK: @b = {{.*}}zeroinitializer, align 16
|
||||
|
||||
Reference in New Issue
Block a user