mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00:00
Fix two resource names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3443 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e99941a931
commit
10472cec5e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user