]> granicus.if.org Git - clang/commitdiff
Fix clang/test/CodeGenCXX/alignment.cpp for -Asserts.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 8 Sep 2015 09:31:04 +0000 (09:31 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 8 Sep 2015 09:31:04 +0000 (09:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246992 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/alignment.cpp

index 62648c7317621db9fe980cbbe1118df04e6704cd..db60092d3b2701b63cf02c5a18b17d70f3a8e9eb 100644 (file)
@@ -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]]*