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 2fc96a0ee952741eb1c908fd6efbfb76c065f1f5..44e7d7f06fadf5b5ccb4d04e9ee9c65de3c358e0 100644 |
--- a/src/compiler/s390/instruction-scheduler-s390.cc |
+++ b/src/compiler/s390/instruction-scheduler-s390.cc |
@@ -14,9 +14,7 @@ int InstructionScheduler::GetTargetInstructionFlags( |
const Instruction* instr) const { |
switch (instr->arch_opcode()) { |
case kS390_And: |
- case kS390_AndComplement: |
case kS390_Or: |
- case kS390_OrComplement: |
case kS390_Xor: |
case kS390_ShiftLeft32: |
case kS390_ShiftLeft64: |