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