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 d6ec3deaabc95dc21ac61dadd72c7ea6a6817ad3..352e63af0785a79a18cfece6c24ced0d612b0ff1 100644 |
--- a/src/compiler/s390/instruction-scheduler-s390.cc |
+++ b/src/compiler/s390/instruction-scheduler-s390.cc |
@@ -13,6 +13,8 @@ bool InstructionScheduler::SchedulerSupported() { return true; } |
int InstructionScheduler::GetTargetInstructionFlags( |
const Instruction* instr) const { |
switch (instr->arch_opcode()) { |
+ case kS390_Abs32: |
+ case kS390_Abs64: |
case kS390_And32: |
case kS390_And64: |
case kS390_Or32: |