1 // REQUIRES: aarch64-registered-target
2 // RUN: %clang_cc1 -triple arm64-apple-ios -S -o - %s | FileCheck %s
4 // CHECK: _restartable_function:
5 // CHECK-NEXT: ldr x11, [x0]
6 // CHECK-NEXT: add x11, x11, #1
7 // CHECK-NEXT: str x11, [x0]
10 // CHECK-NEXT: LExit_restartable_function:
14 " .private_extern _restartable_function\n"
15 "_restartable_function:\n"
21 "LExit_restartable_function:\n"