summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/PR4611-bitfield-layout.c
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-07-27 15:31:55 +0000
committerAnders Carlsson <andersca@mac.com>2009-07-27 15:31:55 +0000
commit72fb384a65d836c810a7889344c8a0c8854d9d16 (patch)
tree2fac3975ea6696ae305b292df0ad8de4f4114ac5 /clang/test/CodeGen/PR4611-bitfield-layout.c
parentb97a3ec4e7459b1376ab36d70dc23d8c0de146cc (diff)
downloadbcm5719-llvm-72fb384a65d836c810a7889344c8a0c8854d9d16.tar.gz
bcm5719-llvm-72fb384a65d836c810a7889344c8a0c8854d9d16.zip
Enable the new struct type builder now that the constant struct builder works. (The old code will still be there until we know that everything works well.
llvm-svn: 77190
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 ef698d5ab37..83ce4ffdbd6 100644
--- a/clang/test/CodeGen/PR4611-bitfield-layout.c
+++ b/clang/test/CodeGen/PR4611-bitfield-layout.c
@@ -1,5 +1,5 @@
// RUN: clang-cc -triple i386-unknown-unknown %s -emit-llvm -o %t &&
-// RUN: grep "struct.object_entry = type <{ i8, i8, i8, i8 }>" %t
+// RUN: grep "struct.object_entry = type { i8, \[2 x i8\], i8 }" %t
struct object_entry {
unsigned int type:3, pack_id:16, depth:13;
OpenPOWER on IntegriCloud