]> granicus.if.org Git - clang/commitdiff
relax testcase and make ppc64 buildbots happy.
authorAdrian Prantl <aprantl@apple.com>
Wed, 12 Feb 2014 19:26:19 +0000 (19:26 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 12 Feb 2014 19:26:19 +0000 (19:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201250 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/debug-property-synth.m

index 6685ed2ea9f4c8ce32ef464c8db29c5633e48868..68fb956def808c0c08919ffbfc56c45c4ebf538d 100644 (file)
 // Test that the linetable entries for the synthesized getter and
 // setter are correct.
 //
-// CHECK: define internal i32 {{.*}}[I p1]
-// CHECK-NOT: ret i32
+// CHECK: define {{.*}}[I p1]
+// CHECK-NOT: ret
 // CHECK: load {{.*}}, !dbg ![[DBG1:[0-9]+]]
 //
-// CHECK: define internal void {{.*}}[I setP1:]
-// CHECK-NOT: ret i32
+// CHECK: define {{.*}}[I setP1:]
+// CHECK-NOT: ret
 // CHECK: load {{.*}}, !dbg ![[DBG2:[0-9]+]]
 //
 // CHECK: [ DW_TAG_subprogram ] [line [[@LINE+4]]] [local] [def] [-[I p1]]