summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/alignment.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2015-09-08 09:33:33 +0000
committerJohn McCall <rjmccall@apple.com>2015-09-08 09:33:33 +0000
commit141607fa7fb12029f3e47192f430511673385e71 (patch)
treeb96e015ae92a78628fe2b19c115101ff988e6287 /test/CodeGenCXX/alignment.cpp
parent73bc182234f3893d6e14e1933c19f0a51f06ddea (diff)
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
Diffstat (limited to 'test/CodeGenCXX/alignment.cpp')
-rw-r--r--test/CodeGenCXX/alignment.cpp1
1 files changed, 1 insertions, 0 deletions
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]]*