summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/s390/instruction-scheduler-s390.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/s390/instruction-scheduler-s390.cc')
-rw-r--r--deps/v8/src/compiler/s390/instruction-scheduler-s390.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/compiler/s390/instruction-scheduler-s390.cc b/deps/v8/src/compiler/s390/instruction-scheduler-s390.cc
index d6ec3deaab..352e63af07 100644
--- a/deps/v8/src/compiler/s390/instruction-scheduler-s390.cc
+++ b/deps/v8/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: