Test -pre-RA-sched=fast too, for completeness.
authorDan Gohman <gohman@apple.com>
Thu, 20 Nov 2008 19:26:04 +0000 (19:26 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 20 Nov 2008 19:26:04 +0000 (19:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59741 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Generic/2006-07-03-schedulers.ll

index 1e423f84e6b6aa0bb41d45c2ed847b2af3f05f59..897fb78db22d98b1ec098ce4bd0ce3c98464fce0 100644 (file)
@@ -2,6 +2,7 @@
 ; RUN: llvm-as < %s | llc -pre-RA-sched=list-td
 ; RUN: llvm-as < %s | llc -pre-RA-sched=list-tdrr
 ; RUN: llvm-as < %s | llc -pre-RA-sched=list-burr
+; RUN: llvm-as < %s | llc -pre-RA-sched=fast
 ; PR859
 
 declare i32 @printf(i8*, i32, float)