summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-02-15 04:12:16 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-02-15 04:12:16 +0000
commit4e0ccd1a48f10bc1c25f8a5e31bca7341ea7fbea (patch)
tree76d706029fead2951a6fd5402f4ebd7b1bb81875 /clang/test
parenta23916f1cd749e44813ae4b0541987b1de189221 (diff)
downloadbcm5719-llvm-4e0ccd1a48f10bc1c25f8a5e31bca7341ea7fbea.tar.gz
bcm5719-llvm-4e0ccd1a48f10bc1c25f8a5e31bca7341ea7fbea.zip
Update test to be ready for typeless pointer changes
llvm-svn: 229270
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGenCXX/blocks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/blocks.cpp b/clang/test/CodeGenCXX/blocks.cpp
index 6b11083ad73..c9a56c86cd3 100644
--- a/clang/test/CodeGenCXX/blocks.cpp
+++ b/clang/test/CodeGenCXX/blocks.cpp
@@ -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]])
OpenPOWER on IntegriCloud