summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/PR4611-bitfield-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/PR4611-bitfield-layout.c')
-rw-r--r--clang/test/CodeGen/PR4611-bitfield-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/PR4611-bitfield-layout.c b/clang/test/CodeGen/PR4611-bitfield-layout.c
index a383f341c43..4f9abea09d7 100644
--- a/clang/test/CodeGen/PR4611-bitfield-layout.c
+++ b/clang/test/CodeGen/PR4611-bitfield-layout.c
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | FileCheck %s
//
-// CHECK: struct.object_entry = type { [4 x i8] }
+// CHECK: struct.object_entry = type { i32 }
struct object_entry {
unsigned int type:3, pack_id:16, depth:13;
OpenPOWER on IntegriCloud