Fix two resource names.

llvm-svn: 3443
This commit is contained in:
Vikram S. Adve 2002-08-22 02:58:57 +00:00
parent c3a5e4e0f8
commit a6100862d3
1 changed files with 2 additions and 2 deletions

View File

@ -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.