summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/global-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/global-init.c')
-rw-r--r--test/CodeGen/global-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/global-init.c b/test/CodeGen/global-init.c
index 074c2a0..dab5a07 100644
--- a/test/CodeGen/global-init.c
+++ b/test/CodeGen/global-init.c
@@ -32,7 +32,7 @@ struct ManyFields FewInits = {1, 2};
// PR6766
-// CHECK: @l = global { [24 x i8], i32 } { [24 x i8] c"f\00\00\00o\00\00\00o\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00", i32 1 }
+// CHECK: @l = global %struct.K { [6 x i32] [i32 102, i32 111, i32 111, i32 0, i32 0, i32 0], i32 1 }
typedef __WCHAR_TYPE__ wchar_t;
struct K {
wchar_t L[6];
OpenPOWER on IntegriCloud