| Index: src/compiler/instruction-codes.h
|
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h
|
| index d4cc2db9a6a0c156b202df4107fa31b8c28deb9a..1fc35245ca105b8ea764814c8ea3fbc1b48d1589 100644
|
| --- a/src/compiler/instruction-codes.h
|
| +++ b/src/compiler/instruction-codes.h
|
| @@ -46,6 +46,7 @@ enum class RecordWriteMode { kValueIsMap, kValueIsPointer, kValueIsAny };
|
| V(ArchTailCallJSFunction) \
|
| V(ArchPrepareCallCFunction) \
|
| V(ArchCallCFunction) \
|
| + V(ArchPrepareTailCall) \
|
| V(ArchLazyBailout) \
|
| V(ArchJmp) \
|
| V(ArchLookupSwitch) \
|
|
|