relax testcase and make ppc64 buildbots happy.

llvm-svn: 201250
This commit is contained in:
Adrian Prantl 2014-02-12 19:26:19 +00:00
parent ea4d1c32fb
commit 375fddcf5c
1 changed files with 4 additions and 4 deletions

View File

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