1 ; RUN: llc -mtriple=arm64-apple-ios %s -o - | FileCheck %s
2 ; RUN: llc -mtriple=arm64-apple-ios %s -o - -global-isel | FileCheck %s
3 ; RUN: llc -mtriple=arm64-apple-ios %s -o - -fast-isel | FileCheck %s
5 define ptr @argument(ptr swiftasync %in) {
6 ; CHECK-LABEL: argument:
12 define void @call(ptr %in) {
16 call ptr @argument(ptr swiftasync %in)