Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index ac3f0629bd1e69d0f27fb84c443737e237a739a5..132f9cc75444b22b9ebe76d0e09b1481cd69bd40 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -198,6 +198,7 @@ |
| V(Uint32LessThan) \ |
| V(Uint32LessThanOrEqual) \ |
| V(Uint32Mod) \ |
| + V(Uint32MulHigh) \ |
| V(Int64Add) \ |
| V(Int64Sub) \ |
| V(Int64Mul) \ |