| Index: src/compiler/mips64/instruction-codes-mips64.h
|
| diff --git a/src/compiler/mips64/instruction-codes-mips64.h b/src/compiler/mips64/instruction-codes-mips64.h
|
| index f651a7073a7e73fedf7db3320fce164170ca8dab..f55db683043d73f3f2dc58c65b561840a15d486e 100644
|
| --- a/src/compiler/mips64/instruction-codes-mips64.h
|
| +++ b/src/compiler/mips64/instruction-codes-mips64.h
|
| @@ -155,6 +155,8 @@ namespace compiler {
|
| V(Mips64Float64SilenceNaN) \
|
| V(Mips64Push) \
|
| V(Mips64StoreToStackSlot) \
|
| + V(Mips64ByteSwap64) \
|
| + V(Mips64ByteSwap32) \
|
| V(Mips64StackClaim)
|
|
|
| // Addressing modes represent the "shape" of inputs to an instruction.
|
|
|