| 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 b99e79f68b681440ffe5effcd98b783d4e045ba2..d415de658790efb5a83a9819ff01149805e34039 100644
|
| --- a/src/compiler/s390/instruction-codes-s390.h
|
| +++ b/src/compiler/s390/instruction-codes-s390.h
|
| @@ -12,6 +12,8 @@ namespace compiler {
|
| // S390-specific opcodes that specify which assembly sequence to emit.
|
| // Most opcodes specify a single instruction.
|
| #define TARGET_ARCH_OPCODE_LIST(V) \
|
| + V(S390_Abs32) \
|
| + V(S390_Abs64) \
|
| V(S390_And32) \
|
| V(S390_And64) \
|
| V(S390_Or32) \
|
|
|