Chromium Code Reviews| Index: src/compiler/instruction-codes.h | 
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h | 
| index cb47be64467ddd1f9f13639fbb567b1799c1cb7a..00b3f70b2746151b039243f81269481d00f03c7f 100644 | 
| --- a/src/compiler/instruction-codes.h | 
| +++ b/src/compiler/instruction-codes.h | 
| @@ -42,6 +42,7 @@ namespace compiler { | 
| V(ArchTailCallJSFunction) \ | 
| V(ArchPrepareCallCFunction) \ | 
| V(ArchCallCFunction) \ | 
| + V(ArchLazyBailout) \ | 
| V(ArchJmp) \ | 
| V(ArchLookupSwitch) \ | 
| V(ArchTableSwitch) \ |