diff options
| -rw-r--r-- | clang/test/CodeGenObjC/arc-no-arc-exceptions.m | 2 | 
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  | 

