Remove use of misched-bench from this test and replace it with
authorEric Christopher <echristo@gmail.com>
Sat, 7 Mar 2015 01:39:06 +0000 (01:39 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 7 Mar 2015 01:39:06 +0000 (01:39 +0000)
non-temporary enabling options. This is part of removing misched-bench
as an option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231546 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/saxpy10-a9.ll

index 531b02bbaac3c44ee43185effd594144648e4f32..af7b7ad55109f758626a51d8b875af7c11dbf598 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mtriple=thumbv7-apple-ios7.0.0 -float-abi=hard -mcpu=cortex-a9 -misched-postra -misched-bench -scheditins=false | FileCheck %s
+; RUN: llc < %s -march=arm -mtriple=thumbv7-apple-ios7.0.0 -float-abi=hard -mcpu=cortex-a9 -misched-postra -enable-misched -pre-RA-sched=source -scheditins=false | FileCheck %s
 ;
 ; Test MI-Sched suppory latency based stalls on in in-order pipeline
 ; using the new machine model.