From: John McCall Date: Tue, 8 Sep 2015 09:33:33 +0000 (+0000) Subject: Another fix to this test, this one apparently working by X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=141607fa7fb12029f3e47192f430511673385e71;p=clang Another fix to this test, this one apparently working by coincidence on all bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246993 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/alignment.cpp b/test/CodeGenCXX/alignment.cpp index db60092d3b..2a1fe71f96 100644 --- a/test/CodeGenCXX/alignment.cpp +++ b/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]]*