]> granicus.if.org Git - clang/commitdiff
Fix C++ testcase I forgot to add to r316689.
authorAdrian Prantl <aprantl@apple.com>
Thu, 26 Oct 2017 20:16:03 +0000 (20:16 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 26 Oct 2017 20:16:03 +0000 (20:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316695 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/blocks.cpp

index 5b7c7e6e46bb5bf6548141a8a19a7b3fd96fc498..37219d3f7abd59c4b03f7b6e310038729d0125e5 100644 (file)
@@ -122,7 +122,6 @@ 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*, 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]])