r229270 - Update test to be ready for typeless pointer changes
David Blaikie
dblaikie at gmail.com
Sat Feb 14 20:12:16 PST 2015
Author: dblaikie
Date: Sat Feb 14 22:12:16 2015
New Revision: 229270
URL: http://llvm.org/viewvc/llvm-project?rev=229270&view=rev
Log:
Update test to be ready for typeless pointer changes
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=229270&r1=229269&r2=229270&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/blocks.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/blocks.cpp Sat Feb 14 22:12:16 2015
@@ -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]])
More information about the cfe-commits
mailing list