Chromium Code Reviews| Index: src/compiler/instruction-codes.h |
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
| index 697604f911b74988002a2988b006c051dd062de0..9e7db58a3b15cdbe38b872c7d21baedce5a4850d 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(ArchComment) \ |
| V(ArchThrowTerminator) \ |
| V(ArchDeoptimize) \ |
| V(ArchRet) \ |