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/PR3613-static-decl.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/PR3613-static-decl.c')
-rw-r--r-- | clang/test/CodeGen/PR3613-static-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/PR3613-static-decl.c b/clang/test/CodeGen/PR3613-static-decl.c index 44de0dc0d7d..20835813000 100644 --- a/clang/test/CodeGen/PR3613-static-decl.c +++ b/clang/test/CodeGen/PR3613-static-decl.c @@ -1,5 +1,5 @@ // RUN: clang-cc -triple i386-unknown-unknown -emit-llvm -o %t %s && -// RUN: grep '@g0 = internal global %. { i32 3 }' %t | count 1 +// RUN: grep '@g0 = internal global %.truct.s0 { i32 3 }' %t | count 1 struct s0 { int a; |