From 88cddd39ec7dc0ce468903c702a03cf20a543310 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 12 Feb 2014 19:26:19 +0000 Subject: [PATCH] relax testcase and make ppc64 buildbots happy. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201250 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/debug-property-synth.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/CodeGenObjC/debug-property-synth.m b/test/CodeGenObjC/debug-property-synth.m index 6685ed2ea9f4..68fb956def80 100644 --- a/test/CodeGenObjC/debug-property-synth.m +++ b/test/CodeGenObjC/debug-property-synth.m @@ -10,12 +10,12 @@ @interface I { // 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]]