[opaque pointer type] Update test cases now that the type for an invoke is just a...
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 24 Apr 2015 19:33:25 +0000 (19:33 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 24 Apr 2015 19:33:25 +0000 (19:33 +0000)
llvm-svn: 235756

clang/test/CodeGenObjC/arc-no-arc-exceptions.m

index 681891b..82977b0 100644 (file)
@@ -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