From: Adrian Prantl Date: Wed, 12 Feb 2014 19:26:19 +0000 (+0000) Subject: relax testcase and make ppc64 buildbots happy. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88cddd39ec7dc0ce468903c702a03cf20a543310;p=clang relax testcase and make ppc64 buildbots happy. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201250 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/debug-property-synth.m b/test/CodeGenObjC/debug-property-synth.m index 6685ed2ea9..68fb956def 100644 --- a/test/CodeGenObjC/debug-property-synth.m +++ b/test/CodeGenObjC/debug-property-synth.m @@ -10,12 +10,12 @@ // 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]]