aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-11-20 19:26:04 +0000
committerDan Gohman <gohman@apple.com>2008-11-20 19:26:04 +0000
commit60477377dbda6820d24f51ace8c6c7195a7a7135 (patch)
treeb1938b3462617fdc380bd17e988ee0cfe9614b32 /test
parenta6794da9c686e3ea4e02be424cd4fd98575992e9 (diff)
downloadexternal_llvm-60477377dbda6820d24f51ace8c6c7195a7a7135.zip
external_llvm-60477377dbda6820d24f51ace8c6c7195a7a7135.tar.gz
external_llvm-60477377dbda6820d24f51ace8c6c7195a7a7135.tar.bz2
Test -pre-RA-sched=fast too, for completeness.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59741 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Generic/2006-07-03-schedulers.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/2006-07-03-schedulers.ll b/test/CodeGen/Generic/2006-07-03-schedulers.ll
index 1e423f8..897fb78 100644
--- a/test/CodeGen/Generic/2006-07-03-schedulers.ll
+++ b/test/CodeGen/Generic/2006-07-03-schedulers.ll
@@ -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)