diff options
| -rw-r--r-- | clang/test/CodeGenCXX/compound-literals.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/compound-literals.cpp b/clang/test/CodeGenCXX/compound-literals.cpp index aa9ae3cacfd..17a31149e13 100644 --- a/clang/test/CodeGenCXX/compound-literals.cpp +++ b/clang/test/CodeGenCXX/compound-literals.cpp @@ -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  | 

