]> granicus.if.org Git - clang/commitdiff
Don't check alignment, it's irrelevant to this test.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 23 Nov 2011 02:12:00 +0000 (02:12 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 23 Nov 2011 02:12:00 +0000 (02:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145093 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/compound-literals.cpp

index aa9ae3cacfd2233ad44dda86aceb27e1d58d10a7..17a31149e13e7a16aa901324b1534ce9228af034 100644 (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