Index: src/compiler/ppc/instruction-scheduler-ppc.cc |
diff --git a/src/compiler/ppc/instruction-scheduler-ppc.cc b/src/compiler/ppc/instruction-scheduler-ppc.cc |
index dee84943fad998183a76b75753372e417bdfe707..640a7e439adf4dc07a27c70b0705583670837c2c 100644 |
--- a/src/compiler/ppc/instruction-scheduler-ppc.cc |
+++ b/src/compiler/ppc/instruction-scheduler-ppc.cc |
@@ -35,7 +35,8 @@ int InstructionScheduler::GetTargetInstructionFlags( |
case kPPC_RotLeftAndClear64: |
case kPPC_RotLeftAndClearLeft64: |
case kPPC_RotLeftAndClearRight64: |
- case kPPC_Add: |
+ case kPPC_Add32: |
+ case kPPC_Add64: |
case kPPC_AddWithOverflow32: |
case kPPC_AddPair: |
case kPPC_AddDouble: |