Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 6ae55ad2d05388e3eb60b44b1123d99af9a3b5fb..467258e7ed70941eae95950b891dae13f984ea95 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -215,6 +215,7 @@ |
| V(NumberLog2) \ |
| V(NumberLog10) \ |
| V(NumberCbrt) \ |
| + V(NumberPow) \ |
| V(NumberRound) \ |
| V(NumberSin) \ |
| V(NumberSqrt) \ |
| @@ -393,6 +394,7 @@ |
| V(Float64Log1p) \ |
| V(Float64Log10) \ |
| V(Float64Log2) \ |
| + V(Float64Pow) \ |
| V(Float64Sin) \ |
| V(Float64Sqrt) \ |
| V(Float64Tan) \ |