Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 83fbeb016333df802d2a5079b60998cebef343af..ae9654ef8fa974a0e958be38e08cac8c015c8a87 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -258,7 +258,9 @@ |
| V(Uint32Mod) \ |
| V(Uint32MulHigh) \ |
| V(Int64Add) \ |
| + V(Int64AddWithOverflow) \ |
| V(Int64Sub) \ |
| + V(Int64SubWithOverflow) \ |
| V(Int64Mul) \ |
| V(Int64Div) \ |
| V(Int64Mod) \ |