| Index: src/compiler/opcodes.h
|
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
|
| index 778c99dc06346b02d3eb399e1f8613a5d6d111ae..aad5465385d11cceb480e4cbdcc96d6e325da4d6 100644
|
| --- a/src/compiler/opcodes.h
|
| +++ b/src/compiler/opcodes.h
|
| @@ -48,7 +48,6 @@
|
| V(Phi) \
|
| V(EffectPhi) \
|
| V(CheckPoint) \
|
| - V(Guard) \
|
| V(BeginRegion) \
|
| V(FinishRegion) \
|
| V(FrameState) \
|
| @@ -220,7 +219,8 @@
|
| V(ObjectIsReceiver) \
|
| V(ObjectIsSmi) \
|
| V(ObjectIsString) \
|
| - V(ObjectIsUndetectable)
|
| + V(ObjectIsUndetectable) \
|
| + V(TypeGuard)
|
|
|
| // Opcodes for Machine-level operators.
|
| #define MACHINE_COMPARE_BINOP_LIST(V) \
|
|
|