| 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 8fc1cfb8be8ca9b6859506b6e68af2479016c211..ad8e8d901cf6d3b4db3c00509d93aeb86b42e147 100644
|
| --- a/src/compiler/s390/instruction-scheduler-s390.cc
|
| +++ b/src/compiler/s390/instruction-scheduler-s390.cc
|
| @@ -35,6 +35,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
|
| case kS390_RotLeftAndClear64:
|
| case kS390_RotLeftAndClearLeft64:
|
| case kS390_RotLeftAndClearRight64:
|
| + case kS390_Lay:
|
| case kS390_Add32:
|
| case kS390_Add64:
|
| case kS390_AddPair:
|
| @@ -47,6 +48,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
|
| case kS390_SubFloat:
|
| case kS390_SubDouble:
|
| case kS390_Mul32:
|
| + case kS390_Mul32WithOverflow:
|
| case kS390_Mul32WithHigh32:
|
| case kS390_Mul64:
|
| case kS390_MulHigh32:
|
|
|