summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-02-12 19:26:19 +0000
committerAdrian Prantl <aprantl@apple.com>2014-02-12 19:26:19 +0000
commit375fddcf5c7a9f0ea18a1b89aab3e7fe798cbe41 (patch)
tree8628d9f6e8e52bf7d1c628743a12bbedffa0d633 /clang/test/CodeGenObjC
parentea4d1c32fb9681b093461e03fc098f8f29f71b5b (diff)
downloadbcm5719-llvm-375fddcf5c7a9f0ea18a1b89aab3e7fe798cbe41.tar.gz
bcm5719-llvm-375fddcf5c7a9f0ea18a1b89aab3e7fe798cbe41.zip
relax testcase and make ppc64 buildbots happy.
llvm-svn: 201250
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r--clang/test/CodeGenObjC/debug-property-synth.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/test/CodeGenObjC/debug-property-synth.m b/clang/test/CodeGenObjC/debug-property-synth.m
index 6685ed2ea9f..68fb956def8 100644
--- a/clang/test/CodeGenObjC/debug-property-synth.m
+++ b/clang/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]]
OpenPOWER on IntegriCloud