forked from OSchip/llvm-project
Don't check alignment, it's irrelevant to this test.
llvm-svn: 145093
This commit is contained in:
parent
8b5c7a56a3
commit
514f7e9cb9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue