| 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 fd1df6a4957f7ec7bcde8b20a6050301f6cabce8..b830425d56216e412b8fd5916203335a3088a96e 100644
|
| --- a/src/compiler/ppc/instruction-scheduler-ppc.cc
|
| +++ b/src/compiler/ppc/instruction-scheduler-ppc.cc
|
| @@ -25,6 +25,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
|
| case kPPC_ShiftRight64:
|
| case kPPC_ShiftRightAlg32:
|
| case kPPC_ShiftRightAlg64:
|
| + case kPPC_PairShiftLeft:
|
| case kPPC_RotRight32:
|
| case kPPC_RotRight64:
|
| case kPPC_Not:
|
|
|