summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-04-24 19:33:25 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-04-24 19:33:25 +0000
commitcb6b6f7e20bc169cdf6d768f740f8efae66edc8b (patch)
treef9475c6802a2d8fa2c0ff6549e30b5a64f148901
parent445e3fbc549257aefa741fec9f008453ae7f8863 (diff)
downloadbcm5719-llvm-cb6b6f7e20bc169cdf6d768f740f8efae66edc8b.tar.gz
bcm5719-llvm-cb6b6f7e20bc169cdf6d768f740f8efae66edc8b.zip
[opaque pointer type] Update test cases now that the type for an invoke is just a function type, not a pointer-to-function type
llvm-svn: 235756
-rw-r--r--clang/test/CodeGenObjC/arc-no-arc-exceptions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/arc-no-arc-exceptions.m b/clang/test/CodeGenObjC/arc-no-arc-exceptions.m
index 681891bf7dc..82977b0a175 100644
--- a/clang/test/CodeGenObjC/arc-no-arc-exceptions.m
+++ b/clang/test/CodeGenObjC/arc-no-arc-exceptions.m
@@ -34,7 +34,7 @@ void test1(id x) {
void NSLog(id, ...);
// CHECK-LABEL: define void @test2(
-// CHECK: invoke void (i8*, ...)* @NSLog(i8* bitcast (%struct.NSConstantString* @_unnamed_cfstring_ to i8*), i32* %{{.*}})
+// CHECK: invoke void (i8*, ...) @NSLog(i8* bitcast (%struct.NSConstantString* @_unnamed_cfstring_ to i8*), i32* %{{.*}})
// CHECK: to label %{{.*}} unwind label %{{.*}}, !clang.arc.no_objc_arc_exceptions !
// NO-METADATA-LABEL: define void @test2(
// NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions
OpenPOWER on IntegriCloud