summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/struct-x86-darwin.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/struct-x86-darwin.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/struct-x86-darwin.c')
-rw-r--r--clang/test/CodeGen/struct-x86-darwin.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/clang/test/CodeGen/struct-x86-darwin.c b/clang/test/CodeGen/struct-x86-darwin.c
index 46dcb0c826c..c61005f1beb 100644
--- a/clang/test/CodeGen/struct-x86-darwin.c
+++ b/clang/test/CodeGen/struct-x86-darwin.c
@@ -1,13 +1,13 @@
// RUN: clang-cc < %s -emit-llvm > %t1 -triple=i686-apple-darwin9 &&
-// Run grep "STest1 = type <{ i32, \[4 x i16\], double }>" %t1 &&
-// RUN: grep "STest2 = type <{ i16, i16, i32, i32 }>" %t1 &&
-// RUN: grep "STest3 = type <{ i8, i8, i16, i32 }>" %t1 &&
-// RUN: grep "STestB1 = type <{ i8, i8 }>" %t1 &&
-// RUN: grep "STestB2 = type <{ i8, i8, i8 }>" %t1 &&
-// RUN: grep "STestB3 = type <{ i8, i8 }>" %t1 &&
-// RUN: grep "STestB4 = type <{ i8, i8, i8, i8 }>" %t1 &&
-// RUN: grep "STestB5 = type <{ i8, i8, i8, i8, i8, i8 }>" %t1 &&
-// RUN: grep "STestB6 = type <{ i8, i8, i8, i8 }>" %t1
+// RUN: grep "STest1 = type { i32, \[4 x i16\], double }" %t1 &&
+// RUN: grep "STest2 = type { i16, i16, i32, i32 }" %t1 &&
+// RUN: grep "STest3 = type { i8, i16, i32 }" %t1 &&
+// RUN: grep "STestB1 = type { i8, i8 }" %t1 &&
+// RUN: grep "STestB2 = type { i8, i8, i8 }" %t1 &&
+// RUN: grep "STestB3 = type { i8, i8 }" %t1 &&
+// RUN: grep "STestB4 = type { i8, i8, i8, i8 }" %t1 &&
+// RUN: grep "STestB5 = type { i8, i8, \[2 x i8\], i8, i8 }" %t1 &&
+// RUN: grep "STestB6 = type { i8, i8, \[2 x i8\] }" %t1
// Test struct layout for x86-darwin target
struct STest1 {int x; short y[4]; double z; } st1;
OpenPOWER on IntegriCloud