]> granicus.if.org Git - clang/commitdiff
Another fix to this test, this one apparently working by
authorJohn McCall <rjmccall@apple.com>
Tue, 8 Sep 2015 09:33:33 +0000 (09:33 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 8 Sep 2015 09:33:33 +0000 (09:33 +0000)
coincidence on all bots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246993 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/alignment.cpp

index db60092d3b2701b63cf02c5a18b17d70f3a8e9eb..2a1fe71f961b7f94f5c9264269114c77c8817809 100644 (file)
@@ -142,6 +142,7 @@ namespace test0 {
     // CHECK: [[C_P:%.*]] = alloca [[C:%.*]], align 16
     __attribute__((aligned(16))) C c;
 
+    // CHECK: [[CALL:%.*]] = call i32 @_Z10int_sourcev()
     // CHECK: [[T0:%.*]] = bitcast [[C]]* [[C_P]] to i8*
     // CHECK: [[T1:%.*]] = getelementptr inbounds i8, i8* [[T0]], i64 8
     // CHECK: [[B_P:%.*]] = bitcast i8* [[T1]] to [[B]]*