]> granicus.if.org Git - llvm/commitdiff
[AArch64] Fix test to specify triple and disable post-RA scheduling.
authorGeoff Berry <gberry@codeaurora.org>
Fri, 6 May 2016 17:12:38 +0000 (17:12 +0000)
committerGeoff Berry <gberry@codeaurora.org>
Fri, 6 May 2016 17:12:38 +0000 (17:12 +0000)
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

test/CodeGen/AArch64/arm64-virtual_base.ll

index 703d81a8d4fe8c0b73fd606f0fc5b08d9ed9b494..4ecfde4f83e277c1536ed7ff0f480d6bdbb4d348 100644 (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 }