Don't check alignment, it's irrelevant to this test.

llvm-svn: 145093
This commit is contained in:
Richard Smith 2011-11-23 02:12:00 +00:00
parent 8b5c7a56a3
commit 514f7e9cb9
1 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@ int g() {
struct Z { int i[3]; };
int *p = (Z){ {1, 2, 3} }.i;
// CHECK: define {{.*}}__cxx_global_var_init()
// CHECK: store i32* getelementptr inbounds (%struct.Z* @.compoundliteral, i32 0, i32 0, i32 0), i32** @p, align 8
// CHECK: store i32* getelementptr inbounds (%struct.Z* @.compoundliteral, i32 0, i32 0, i32 0), i32** @p