Chromium Code Reviews| Index: src/compiler/ia32/instruction-codes-ia32.h |
| diff --git a/src/compiler/ia32/instruction-codes-ia32.h b/src/compiler/ia32/instruction-codes-ia32.h |
| index c922a3d9a335d0005dabaab29d83a82892223d1a..f72a1cad963eddb903be5b15464b0de1445a84f7 100644 |
| --- a/src/compiler/ia32/instruction-codes-ia32.h |
| +++ b/src/compiler/ia32/instruction-codes-ia32.h |
| @@ -21,6 +21,7 @@ namespace compiler { |
| V(IA32Sub) \ |
| V(IA32Imul) \ |
| V(IA32ImulHigh) \ |
| + V(IA32UmulHigh) \ |
| V(IA32Idiv) \ |
| V(IA32Udiv) \ |
| V(IA32Not) \ |