| 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 c3992d5444b805a1d2a789857f51a4b30b3b88a7..7a7bb0902419b39b2439a760fed7e733605d53ea 100644
|
| --- a/src/compiler/ppc/instruction-scheduler-ppc.cc
|
| +++ b/src/compiler/ppc/instruction-scheduler-ppc.cc
|
| @@ -41,6 +41,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
|
| case kPPC_AddDouble:
|
| case kPPC_Sub:
|
| case kPPC_SubWithOverflow32:
|
| + case kPPC_SubPair:
|
| case kPPC_SubDouble:
|
| case kPPC_Mul32:
|
| case kPPC_Mul64:
|
|
|