commit | 1d1a679090afe8468c6c95f8ab9c3192683ac69f | [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 | 4f92550247d9f86aba722459fd1ce7ef27d8f7a8 | |
parent | f25760e17af1167c6fcf24e1ea8e3fcbd0386702 [diff] [blame] |
Whoops. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129341 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/global-init.cpp b/test/CodeGenCXX/global-init.cpp index 752223b..53cfe05 100644 --- a/test/CodeGenCXX/global-init.cpp +++ b/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))); }; }