From: Geoff Berry Date: Fri, 6 May 2016 17:12:38 +0000 (+0000) Subject: [AArch64] Fix test to specify triple and disable post-RA scheduling. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53b28e7570069841a44e153fd6734423dc699712;p=llvm [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 --- diff --git a/test/CodeGen/AArch64/arm64-virtual_base.ll b/test/CodeGen/AArch64/arm64-virtual_base.ll index 703d81a8d4f..4ecfde4f83e 100644 --- a/test/CodeGen/AArch64/arm64-virtual_base.ll +++ b/test/CodeGen/AArch64/arm64-virtual_base.ll @@ -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 ; %struct.Counter_Struct = type { i64, i64 }