aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsScheduleP5600.td
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Mips/MipsScheduleP5600.td')
-rw-r--r--lib/Target/Mips/MipsScheduleP5600.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsScheduleP5600.td b/lib/Target/Mips/MipsScheduleP5600.td
index d32ae4f55eaf1..cee42873c6e8c 100644
--- a/lib/Target/Mips/MipsScheduleP5600.td
+++ b/lib/Target/Mips/MipsScheduleP5600.td
@@ -13,7 +13,7 @@ def MipsP5600Model : SchedMachineModel {
int LoadLatency = 4;
int MispredictPenalty = 8; // TODO: Estimated
- let CompleteModel = 1;
+ let CompleteModel = 0;
}
let SchedModel = MipsP5600Model in {