Fix comment in PPCA2Model
authorHal Finkel <hfinkel@anl.gov>
Wed, 27 Nov 2013 03:12:56 +0000 (03:12 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 27 Nov 2013 03:12:56 +0000 (03:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195807 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCScheduleA2.td

index 1612cd2a0b84ef4490451a46484e385e6ebed9a7..324a0bfd9824aa5bf0d34ed12719c55b9ab745a6 100644 (file)
@@ -143,7 +143,7 @@ def PPCA2Itineraries : ProcessorItineraries<
 // A2 machine model for scheduling and other instruction cost heuristics.
 
 def PPCA2Model : SchedMachineModel {
-  let IssueWidth = 1;  // 2 micro-ops are dispatched per cycle.
+  let IssueWidth = 1;  // 1 instruction is dispatched per cycle.
   let MinLatency = -1; // OperandCycles are interpreted as MinLatency.
   let LoadLatency = 6; // Optimistic load latency assuming bypass.
                        // This is overriden by OperandCycles if the