1 ; RUN: llc < %s -verify-machineinstrs | FileCheck %s
2 target triple = "arm64-apple-macosx10"
4 ; Make sure that a store to [sp] addresses off sp directly.
5 ; A move isn't necessary.
6 ; <rdar://problem/11492712>
11 define void @g() nounwind ssp {
13 tail call void (i32, ...) @f(i32 0, i32 0) nounwind
17 declare void @f(i32, ...)