Chromium Code Reviews| Index: src/compiler/instruction-codes.h |
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
| index 0b3132facc8b80b1856805f305664fe00688ad5d..7310ea6d50fea5b2996b78b8f36de152a49093c5 100644 |
| --- a/src/compiler/instruction-codes.h |
| +++ b/src/compiler/instruction-codes.h |
| @@ -100,6 +100,7 @@ enum class RecordWriteMode { kValueIsMap, kValueIsPointer, kValueIsAny }; |
| V(Ieee754Float64Log1p) \ |
| V(Ieee754Float64Log10) \ |
| V(Ieee754Float64Log2) \ |
| + V(Ieee754Float64Pow) \ |
| V(Ieee754Float64Sin) \ |
| V(Ieee754Float64Tan) |