| 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 f41900d443d4634869ee8abb5c87ca654a186a47..dee84943fad998183a76b75753372e417bdfe707 100644
|
| --- a/src/compiler/ppc/instruction-scheduler-ppc.cc
|
| +++ b/src/compiler/ppc/instruction-scheduler-ppc.cc
|
| @@ -44,6 +44,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
|
| case kPPC_SubPair:
|
| case kPPC_SubDouble:
|
| case kPPC_Mul32:
|
| + case kPPC_Mul32WithHigh32:
|
| case kPPC_Mul64:
|
| case kPPC_MulHigh32:
|
| case kPPC_MulHighU32:
|
|
|