Index: src/compiler/s390/instruction-scheduler-s390.cc |
diff --git a/src/compiler/s390/instruction-scheduler-s390.cc b/src/compiler/s390/instruction-scheduler-s390.cc |
index a29f5f67b50db545ae133de6a2d9224b8d6c0b1b..01c8101973118fc95cafc2d7b497f58247deea63 100644 |
--- a/src/compiler/s390/instruction-scheduler-s390.cc |
+++ b/src/compiler/s390/instruction-scheduler-s390.cc |
@@ -20,10 +20,13 @@ int InstructionScheduler::GetTargetInstructionFlags( |
case kS390_Xor: |
case kS390_ShiftLeft32: |
case kS390_ShiftLeft64: |
+ case kS390_ShiftLeftPair: |
case kS390_ShiftRight32: |
case kS390_ShiftRight64: |
- case kS390_ShiftRightAlg32: |
- case kS390_ShiftRightAlg64: |
+ case kS390_ShiftRightPair: |
+ case kS390_ShiftRightArith32: |
+ case kS390_ShiftRightArith64: |
+ case kS390_ShiftRightArithPair: |
case kS390_RotRight32: |
case kS390_RotRight64: |
case kS390_Not: |