diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-06-06 09:52:58 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-06-06 09:52:58 +0000 |
commit | f75bab7756f3c7cd0ed920f7937c162bd8e40246 (patch) | |
tree | f1c478c6fdeb9875611e40ae91a5c5195899d5ca | |
parent | d36e30e62304d5f83722238d966c7788b93aa94d (diff) |
Added 'r' and 'i' versions to WRCCR.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6656 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/SparcV9/SparcV9SchedInfo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9SchedInfo.cpp b/lib/Target/SparcV9/SparcV9SchedInfo.cpp index 3cd7d9cf45..45c771e10f 100644 --- a/lib/Target/SparcV9/SparcV9SchedInfo.cpp +++ b/lib/Target/SparcV9/SparcV9SchedInfo.cpp @@ -484,7 +484,8 @@ static const InstrIssueDelta SparcInstrIssueDeltas[] = { { V9::UDIVXi, true, true, 68 }, //{ V9::SDIVcc, true, true, 36 }, //{ V9::UDIVcc, true, true, 37 }, - { V9::WRCCR, true, true, 4 }, + { V9::WRCCRr, true, true, 4 }, + { V9::WRCCRi, true, true, 4 }, //{ V9::WRPR, true, true, 4 }, //{ V9::RDCCR, true, true, 0 }, // no bubbles after, but see below //{ V9::RDPR, true, true, 0 }, |