commit | b4744a3f4d9bffebc671201b6c133f7464fb1c8e | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Tue Apr 12 01:15:45 2011 +0000 |
committer | John McCall <rjmccall@apple.com> | Tue Apr 12 01:15:45 2011 +0000 |
tree | 7609d246ef68c2d1353be51cbbedb19ada3b8244 | |
parent | 9d60e373cfc5189f129a30c09189c9e8a50423f9 [diff] [blame] |
Whoops. llvm-svn: 129341
diff --git a/clang/test/CodeGenCXX/global-init.cpp b/clang/test/CodeGenCXX/global-init.cpp index 752223b..53cfe05 100644 --- a/clang/test/CodeGenCXX/global-init.cpp +++ b/clang/test/CodeGenCXX/global-init.cpp
@@ -92,7 +92,7 @@ // PR9570: the indirect field shouldn't crash IR gen. namespace test5 { - union { + static union { unsigned bar[4096] __attribute__((aligned(128))); }; }