summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/return-objc-object.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/return-objc-object.mm')
-rw-r--r--test/CodeGenObjC/return-objc-object.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/return-objc-object.mm b/test/CodeGenObjC/return-objc-object.mm
index 95cce23..d756c4b 100644
--- a/test/CodeGenObjC/return-objc-object.mm
+++ b/test/CodeGenObjC/return-objc-object.mm
@@ -15,5 +15,5 @@ void call_once() {
f();
f1();
}
-// CHECK: call %0* @_Z1fv()
-// CHECK: call %0* @_Z2f1v()
+// CHECK: call dereferenceable({{[0-9]+}}) %0* @_Z1fv()
+// CHECK: call dereferenceable({{[0-9]+}}) %0* @_Z2f1v()
OpenPOWER on IntegriCloud