Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 1371bfd16bd6988e24db1af87e40cc5915161974..158f401a3ec4507aa89394d974addfeda8b959f7 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -175,8 +175,10 @@ |
| V(Word64Equal) \ |
| V(Int32Add) \ |
| V(Int32AddWithOverflow) \ |
| + V(Uint32AddWithOverflow) \ |
| V(Int32Sub) \ |
| V(Int32SubWithOverflow) \ |
| + V(Uint32SubWithOverflow) \ |
| V(Int32Mul) \ |
| V(Int32Div) \ |
| V(Int32UDiv) \ |