r316695 - Fix C++ testcase I forgot to add to r316689.

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 26 13:16:03 PDT 2017


Author: adrian
Date: Thu Oct 26 13:16:03 2017
New Revision: 316695

URL: http://llvm.org/viewvc/llvm-project?rev=316695&view=rev
Log:
Fix C++ testcase I forgot to add to r316689.

Modified:
    cfe/trunk/test/CodeGenCXX/blocks.cpp

Modified: cfe/trunk/test/CodeGenCXX/blocks.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/blocks.cpp?rev=316695&r1=316694&r2=316695&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/blocks.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/blocks.cpp Thu Oct 26 13:16:03 2017
@@ -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]])




More information about the cfe-commits mailing list