Test -pre-RA-sched=fast too, for completeness.

llvm-svn: 59741
This commit is contained in:
Dan Gohman 2008-11-20 19:26:04 +00:00
parent e881b536e8
commit 52aece7eff
1 changed files with 1 additions and 0 deletions

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-td
; RUN: llvm-as < %s | llc -pre-RA-sched=list-tdrr ; 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=list-burr
; RUN: llvm-as < %s | llc -pre-RA-sched=fast
; PR859 ; PR859
declare i32 @printf(i8*, i32, float) declare i32 @printf(i8*, i32, float)