From 1a3246ad0a4d65dbfe2c70f0431082b2296ee48f Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 23 Nov 2011 02:12:00 +0000 Subject: [PATCH] Don't check alignment, it's irrelevant to this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145093 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/compound-literals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenCXX/compound-literals.cpp b/test/CodeGenCXX/compound-literals.cpp index aa9ae3cacf..17a31149e1 100644 --- a/test/CodeGenCXX/compound-literals.cpp +++ b/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 -- 2.50.1