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 i8* @argument(i8* swiftasync %in) {
6 ; CHECK-LABEL: argument:
12 define void @call(i8* %in) {
16 call i8* @argument(i8* swiftasync %in)