| Index: src/compiler/instruction-codes.h
|
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h
|
| index 22279fea7a7ec583f3162901f6625bd02303f206..c6689d8e18bff1af44fee0f57f5495390a5d1cd5 100644
|
| --- a/src/compiler/instruction-codes.h
|
| +++ b/src/compiler/instruction-codes.h
|
| @@ -57,6 +57,7 @@ enum class RecordWriteMode { kValueIsMap, kValueIsPointer, kValueIsAny };
|
| V(ArchTableSwitch) \
|
| V(ArchNop) \
|
| V(ArchDebugBreak) \
|
| + V(ArchImpossible) \
|
| V(ArchComment) \
|
| V(ArchThrowTerminator) \
|
| V(ArchDeoptimize) \
|
|
|