diff options
author | Anders Carlsson <andersca@mac.com> | 2009-07-27 15:31:55 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-07-27 15:31:55 +0000 |
commit | 72fb384a65d836c810a7889344c8a0c8854d9d16 (patch) | |
tree | 2fac3975ea6696ae305b292df0ad8de4f4114ac5 /clang/test/CodeGen/PR4611-bitfield-layout.c | |
parent | b97a3ec4e7459b1376ab36d70dc23d8c0de146cc (diff) | |
download | bcm5719-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.c | 2 |
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; |