r201250 - relax testcase and make ppc64 buildbots happy.

Adrian Prantl aprantl at apple.com
Wed Feb 12 11:26:19 PST 2014


Author: adrian
Date: Wed Feb 12 13:26:19 2014
New Revision: 201250

URL: http://llvm.org/viewvc/llvm-project?rev=201250&view=rev
Log:
relax testcase and make ppc64 buildbots happy.

Modified:
    cfe/trunk/test/CodeGenObjC/debug-property-synth.m

Modified: cfe/trunk/test/CodeGenObjC/debug-property-synth.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-property-synth.m?rev=201250&r1=201249&r2=201250&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-property-synth.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-property-synth.m Wed Feb 12 13:26:19 2014
@@ -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]]





More information about the cfe-commits mailing list