| Index: src/compiler/s390/instruction-codes-s390.h
|
| diff --git a/src/compiler/s390/instruction-codes-s390.h b/src/compiler/s390/instruction-codes-s390.h
|
| index d24b17f3bf23df9fca64e007704da8f233add1a2..c14536eb451904fa120da3485e30dc9373e673f2 100644
|
| --- a/src/compiler/s390/instruction-codes-s390.h
|
| +++ b/src/compiler/s390/instruction-codes-s390.h
|
| @@ -13,9 +13,7 @@ namespace compiler {
|
| // Most opcodes specify a single instruction.
|
| #define TARGET_ARCH_OPCODE_LIST(V) \
|
| V(S390_And) \
|
| - V(S390_AndComplement) \
|
| V(S390_Or) \
|
| - V(S390_OrComplement) \
|
| V(S390_Xor) \
|
| V(S390_ShiftLeft32) \
|
| V(S390_ShiftLeft64) \
|
|
|