diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-08-22 02:58:57 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-08-22 02:58:57 +0000 |
commit | 10472cec5ee5c001b42d58f0da10b203e5dce70d (patch) | |
tree | ecf25a0fcdd5a0126d59e65bcf3af944219659e8 | |
parent | e99941a931ba1c956af5da9bb3be18937fa62387 (diff) |
Fix two resource names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3443 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/SparcV9/SparcV9SchedInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/SparcV9SchedInfo.cpp b/lib/Target/SparcV9/SparcV9SchedInfo.cpp index 89d7efb564..35a0526c92 100644 --- a/lib/Target/SparcV9/SparcV9SchedInfo.cpp +++ b/lib/Target/SparcV9/SparcV9SchedInfo.cpp @@ -87,8 +87,8 @@ static const CPUResource IntIssueSlots( "Int Instr Slots", 3); static const CPUResource First3IssueSlots("Instr Slots 0-3", 3); static const CPUResource LSIssueSlots( "Load-Store Instr Slot", 1); static const CPUResource CTIIssueSlots( "Ctrl Transfer Instr Slot", 1); -static const CPUResource FPAIssueSlots( "Int Instr Slot 1", 1); -static const CPUResource FPMIssueSlots( "Int Instr Slot 1", 1); +static const CPUResource FPAIssueSlots( "FP Instr Slot 1", 1); +static const CPUResource FPMIssueSlots( "FP Instr Slot 2", 1); // IEUN instructions can use either Alu and should use IAluN. // IEU0 instructions must use Alu 1 and should use both IAluN and IAlu0. |