summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/backend/ppc/instruction-scheduler-ppc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/backend/ppc/instruction-scheduler-ppc.cc')
-rw-r--r--deps/v8/src/compiler/backend/ppc/instruction-scheduler-ppc.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/v8/src/compiler/backend/ppc/instruction-scheduler-ppc.cc b/deps/v8/src/compiler/backend/ppc/instruction-scheduler-ppc.cc
index 749905a055..e6c59fef22 100644
--- a/deps/v8/src/compiler/backend/ppc/instruction-scheduler-ppc.cc
+++ b/deps/v8/src/compiler/backend/ppc/instruction-scheduler-ppc.cc
@@ -177,15 +177,9 @@ int InstructionScheduler::GetTargetInstructionFlags(
case kPPC_I64x2Add:
case kPPC_I64x2Sub:
case kPPC_I64x2Mul:
- case kPPC_I64x2MinS:
- case kPPC_I64x2MinU:
- case kPPC_I64x2MaxS:
- case kPPC_I64x2MaxU:
case kPPC_I64x2Eq:
case kPPC_I64x2Ne:
case kPPC_I64x2GtS:
- case kPPC_I64x2GtU:
- case kPPC_I64x2GeU:
case kPPC_I64x2GeS:
case kPPC_I64x2Shl:
case kPPC_I64x2ShrS: