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
This commit is contained in:
Dan Gohman 2008-11-20 19:26:04 +00:00
parent 64fb4c8ccd
commit eac9cae45e

View 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)