summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/arm64-variadic-aapcs.ll
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2015-12-21 14:43:45 +0000
committerChad Rosier <mcrosier@codeaurora.org>2015-12-21 14:43:45 +0000
commitd016574df89c9ea172b7185ae5ad929bbdd6c803 (patch)
treee246f6a81f270d43eb9e8f78c0b714ebe9610ddd /llvm/test/CodeGen/AArch64/arm64-variadic-aapcs.ll
parent44b60a3687bd08a6c66302ed6f1b00907bd427e8 (diff)
downloadbcm5719-llvm-d016574df89c9ea172b7185ae5ad929bbdd6c803.tar.gz
bcm5719-llvm-d016574df89c9ea172b7185ae5ad929bbdd6c803.zip
[AArch64] Enable PostRAScheduler for AArch64 generic build.
Disable post-ra scheduler for perturbed tests to appease the bots and to preserve the history of the tests. http://reviews.llvm.org/D15652 llvm-svn: 256158
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-variadic-aapcs.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/arm64-variadic-aapcs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-variadic-aapcs.ll b/llvm/test/CodeGen/AArch64/arm64-variadic-aapcs.ll
index 44f2af1c5e7..8702b41023d 100644
--- a/llvm/test/CodeGen/AArch64/arm64-variadic-aapcs.ll
+++ b/llvm/test/CodeGen/AArch64/arm64-variadic-aapcs.ll
@@ -1,4 +1,4 @@
-; RUN: llc -verify-machineinstrs -mtriple=arm64-linux-gnu -pre-RA-sched=linearize -enable-misched=false < %s | FileCheck %s
+; RUN: llc -verify-machineinstrs -mtriple=arm64-linux-gnu -pre-RA-sched=linearize -enable-misched=false -disable-post-ra < %s | FileCheck %s
%va_list = type {i8*, i8*, i8*, i32, i32}
OpenPOWER on IntegriCloud