From e78e08a92bc9446467d48231120ed7a6b4e1731e Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 8 Sep 2015 09:33:33 +0000 Subject: Another fix to this test, this one apparently working by coincidence on all bots. llvm-svn: 246993 --- clang/test/CodeGenCXX/alignment.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/test/CodeGenCXX/alignment.cpp') diff --git a/clang/test/CodeGenCXX/alignment.cpp b/clang/test/CodeGenCXX/alignment.cpp index db60092d3b2..2a1fe71f961 100644 --- a/clang/test/CodeGenCXX/alignment.cpp +++ b/clang/test/CodeGenCXX/alignment.cpp @@ -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]]* -- cgit v1.2.3