Skip to content

Commit

Permalink
relax testcase and make ppc64 buildbots happy.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201250 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
adrian-prantl committed Feb 12, 2014
1 parent b670b9b commit 88cddd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/CodeGenObjC/debug-property-synth.m
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 88cddd3

Please sign in to comment.