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 5b9722eef52fefcdacf07933f7dea31560460216..19f28485a221d71ef8b79e1bb9b247cad54a5765 100644 |
--- a/src/compiler/s390/instruction-scheduler-s390.cc |
+++ b/src/compiler/s390/instruction-scheduler-s390.cc |
@@ -46,6 +46,7 @@ int InstructionScheduler::GetTargetInstructionFlags( |
case kS390_SubFloat: |
case kS390_SubDouble: |
case kS390_Mul32: |
+ case kS390_Mul32WithHigh32: |
case kS390_Mul64: |
case kS390_MulHigh32: |
case kS390_MulHighU32: |