]> granicus.if.org Git - clang/commitdiff
Update test to be ready for typeless pointer changes
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 15 Feb 2015 04:12:16 +0000 (04:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 15 Feb 2015 04:12:16 +0000 (04:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229270 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/blocks.cpp

index 6b11083ad739d78fe153f0da312bab41cdbe8b0f..c9a56c86cd3e8449ae1b382158dc3afa86d98621 100644 (file)
@@ -122,7 +122,7 @@ namespace test4 {
   // CHECK-LABEL: define internal void @___ZN5test44testEv_block_invoke
   // CHECK: [[TMP:%.*]] = alloca [[A:%.*]], align 1
   // CHECK-NEXT: store i8* [[BLOCKDESC:%.*]], i8** {{.*}}, align 8
-  // CHECK-NEXT: load i8*
+  // CHECK-NEXT: load i8**
   // CHECK-NEXT: bitcast i8* [[BLOCKDESC]] to <{ i8*, i32, i32, i8*, %struct.__block_descriptor* }>*
   // CHECK:      call void @_ZN5test41AC1Ev([[A]]* [[TMP]])
   // CHECK-NEXT: call void @_ZN5test43fooENS_1AE([[A]]* [[TMP]])