[AArch64] Fix test to specify triple and disable post-RA scheduling.

This should fix bot breakage caused by r268746:
[AArch64] Combine callee-save and local stack SP adjustment instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Geoff Berry 2016-05-06 17:12:38 +00:00
parent 576f0d9e3e
commit 53b28e7570

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -O3 -march arm64 | FileCheck %s
; RUN: llc < %s -O3 -mtriple=arm64-apple-ios -disable-post-ra | FileCheck %s
; <rdar://13463602>
%struct.Counter_Struct = type { i64, i64 }