Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 324249d0eaa4a6ba91ad784477ab38e62c99bb2b..8f71bf8f04b329fc72a8d3677c40e179407bed28 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -115,6 +115,7 @@ |
| V(JSCreateClosure) \ |
| V(JSCreateLiteralArray) \ |
| V(JSCreateLiteralObject) \ |
| + V(JSCreateLiteralRegExp) \ |
| V(JSLoadProperty) \ |
| V(JSLoadNamed) \ |
| V(JSLoadGlobal) \ |