summaryrefslogtreecommitdiffstats
path: root/clang/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
commite78e08a92bc9446467d48231120ed7a6b4e1731e (patch)
treee7f6b319d34c9381cd3e1a479ea5cc3499192c7d /clang/test/CodeGenCXX/alignment.cpp
parentc88d2fac7c820239704ffc61b8924807cd9a04a6 (diff)
downloadbcm5719-llvm-e78e08a92bc9446467d48231120ed7a6b4e1731e.tar.gz
bcm5719-llvm-e78e08a92bc9446467d48231120ed7a6b4e1731e.zip
Another fix to this test, this one apparently working by
coincidence on all bots. llvm-svn: 246993
Diffstat (limited to 'clang/test/CodeGenCXX/alignment.cpp')
-rw-r--r--clang/test/CodeGenCXX/alignment.cpp1
1 files changed, 1 insertions, 0 deletions
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]]*
OpenPOWER on IntegriCloud