summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/arc-no-runtime.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/arc-no-runtime.m')
-rw-r--r--test/CodeGenObjC/arc-no-runtime.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGenObjC/arc-no-runtime.m b/test/CodeGenObjC/arc-no-runtime.m
index f5f5b90ea5..31f0ed8714 100644
--- a/test/CodeGenObjC/arc-no-runtime.m
+++ b/test/CodeGenObjC/arc-no-runtime.m
@@ -5,9 +5,9 @@ id make(void) __attribute__((ns_returns_retained));
void test0() {
make();
id x = 0;
- // CHECK: call void @objc_release(
- // CHECK: call void @objc_storeStrong(
+ // CHECK: call void @llvm.objc.release(
+ // CHECK: call void @llvm.objc.storeStrong(
}
-// CHECK: declare extern_weak void @objc_release(
-// CHECK: declare extern_weak void @objc_storeStrong(
+// CHECK: declare extern_weak void @llvm.objc.release(
+// CHECK: declare extern_weak void @llvm.objc.storeStrong(