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