diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2007-10-01 22:17:20 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2007-10-01 22:17:20 +0000 |
| commit | d18ba7c8deda442b801eb8f6f72468bd7796b4e3 (patch) | |
| tree | cecd60f4209dfe547af923280dd3f96b68d22fac /test/CodeGen/Generic | |
| parent | 4424757d3e38eaa646cd5c8dab19b8b24ee49416 (diff) | |
-pre-RA-sched=none, simple, simple-noitin are gone.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42505 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic')
| -rw-r--r-- | test/CodeGen/Generic/2006-07-03-schedulers.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/Generic/2006-07-03-schedulers.ll b/test/CodeGen/Generic/2006-07-03-schedulers.ll index a262850077..981276bf3d 100644 --- a/test/CodeGen/Generic/2006-07-03-schedulers.ll +++ b/test/CodeGen/Generic/2006-07-03-schedulers.ll @@ -1,7 +1,4 @@ -; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=none ; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=default -; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=simple -; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=simple-noitin ; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=list-td ; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=list-tdrr ; RUN: llvm-upgrade %s | llvm-as | llc -pre-RA-sched=list-burr |
