Pass a MCSymbol to needsRelocateWithSymbol.
[oota-llvm.git] / lib / Target / ARM / ARMScheduleA8.td
index 56197d4e002d2f6426d9aa5e7e16f7d77da91e92..2c6382542ab95e723afed1ba69c2bbdb50ff6c46 100644 (file)
@@ -1069,6 +1069,7 @@ def CortexA8Model : SchedMachineModel {
   let LoadLatency = 2; // Optimistic load latency assuming bypass.
                        // This is overriden by OperandCycles if the
                        // Itineraries are queried instead.
+  let MispredictPenalty = 13; // Based on estimate of pipeline depth.
 
   let Itineraries = CortexA8Itineraries;
 }