diff options
Diffstat (limited to 'test/CodeGen/static-order.c')
-rw-r--r-- | test/CodeGen/static-order.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/static-order.c b/test/CodeGen/static-order.c index e7f9814..58aabbe 100644 --- a/test/CodeGen/static-order.c +++ b/test/CodeGen/static-order.c @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s // CHECK: ModuleID // CHECK-NOT: zeroinitializer -// CHECK: define i8* @f +// CHECK-LABEL: define i8* @f struct s { int a; |