summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/alignment.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-09-08 09:31:04 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-09-08 09:31:04 +0000
commit73bc182234f3893d6e14e1933c19f0a51f06ddea (patch)
tree2f902bd712865ec0c9501d5556c45f2ccb6289b8 /test/CodeGenCXX/alignment.cpp
parentc7681e6d9fcd285a93da34ad795a89ee58a754b4 (diff)
Fix clang/test/CodeGenCXX/alignment.cpp for -Asserts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246992 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 62648c7317..db60092d3b 100644
--- a/test/CodeGenCXX/alignment.cpp
+++ b/test/CodeGenCXX/alignment.cpp
@@ -110,6 +110,7 @@ namespace test0 {
// CHECK: [[C_P:%.*]] = alloca [[C:%.*]], align 2
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]]*