X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FSparcV9%2FSparcV9SchedInfo.cpp;h=35a0526c92f27d0740e4b6d379cb15fcc3768a0c;hb=4e3be2f728c01366a941ffdfd253458787f3481c;hp=89d7efb5643daf6f9dfcc7bdc98bd68fc465aeb6;hpb=6b04e71fc981e1fce02443f26e8fee370c86848e;p=oota-llvm.git diff --git a/lib/Target/SparcV9/SparcV9SchedInfo.cpp b/lib/Target/SparcV9/SparcV9SchedInfo.cpp index 89d7efb5643..35a0526c92f 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.