mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 04:09:45 +00:00
[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:
parent
576f0d9e3e
commit
53b28e7570
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user