]> granicus.if.org Git - clang/commitdiff
Fix test for r150648.
authorChad Rosier <mcrosier@apple.com>
Thu, 16 Feb 2012 01:56:55 +0000 (01:56 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 16 Feb 2012 01:56:55 +0000 (01:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150650 91177308-0d34-0410-b5e6-96231b3b80d8

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

index d03a0c9322f02ebf6b100c57dde01e348c90c8c6..81c4575132d63352de34bb30b2f9d09317f597bb 100644 (file)
@@ -9,8 +9,8 @@ void thrower(void);
 void not(void) __attribute__((nothrow));
 
 // CHECK: define void @test0(
-// CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions !0
-// CHECK: call void @not() nounwind, !clang.arc.no_objc_arc_exceptions !0
+// CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions !4
+// CHECK: call void @not() nounwind, !clang.arc.no_objc_arc_exceptions !4
 // NO-METADATA: define void @test0(
 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions
 // NO-METADATA: }
@@ -20,8 +20,8 @@ void test0(void) {
 }
 
 // CHECK: define void @test1(
-// CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions !0
-// CHECK: call void @not() nounwind, !clang.arc.no_objc_arc_exceptions !0
+// CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions !4
+// CHECK: call void @not() nounwind, !clang.arc.no_objc_arc_exceptions !4
 // NO-METADATA: define void @test1(
 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions
 // NO-METADATA: }
@@ -35,7 +35,7 @@ void NSLog(id, ...);
 
 // CHECK: define void @test2(
 // CHECK: invoke void (i8*, ...)* @NSLog(i8* bitcast (%struct.NSConstantString* @_unnamed_cfstring_ to i8*), i32* %x2)
-// CHECK:   to label %invoke.cont unwind label %lpad, !clang.arc.no_objc_arc_exceptions !0
+// CHECK:   to label %invoke.cont unwind label %lpad, !clang.arc.no_objc_arc_exceptions !4
 // NO-METADATA: define void @test2(
 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions
 // NO-METADATA: }
@@ -48,7 +48,7 @@ void test2(void) {
 
 // CHECK: define void @test3(
 // CHECK: invoke void %9(i8* %7)
-// CHECK:   to label %invoke.cont unwind label %lpad, !clang.arc.no_objc_arc_exceptions !0
+// CHECK:   to label %invoke.cont unwind label %lpad, !clang.arc.no_objc_arc_exceptions !4
 // NO-METADATA: define void @test3(
 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions
 // NO-METADATA: }
@@ -63,7 +63,7 @@ void test3(void) {
 
 // CHECK: define void @test4(
 // CHECK: invoke void %13(i8* %11)
-// CHECK:   to label %invoke.cont unwind label %lpad, !clang.arc.no_objc_arc_exceptions !0
+// CHECK:   to label %invoke.cont unwind label %lpad, !clang.arc.no_objc_arc_exceptions !4
 // NO-METADATA: define void @test4(
 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions
 // NO-METADATA: }