]> granicus.if.org Git - clang/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235756 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 681891bf7dcc5258b16d2ff39a9016d4bab4912f..82977b0a17513a5ecf2fe5c0e156a093342f449c 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