| Index: src/compiler/instruction-codes.h
|
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h
|
| index 02c44a0537bbafe8298649648c0ab027f7174552..22279fea7a7ec583f3162901f6625bd02303f206 100644
|
| --- a/src/compiler/instruction-codes.h
|
| +++ b/src/compiler/instruction-codes.h
|
| @@ -89,9 +89,13 @@ enum class RecordWriteMode { kValueIsMap, kValueIsPointer, kValueIsAny };
|
| V(AtomicStoreWord8) \
|
| V(AtomicStoreWord16) \
|
| V(AtomicStoreWord32) \
|
| + V(Ieee754Float64Acos) \
|
| + V(Ieee754Float64Acosh) \
|
| + V(Ieee754Float64Asin) \
|
| + V(Ieee754Float64Asinh) \
|
| V(Ieee754Float64Atan) \
|
| - V(Ieee754Float64Atan2) \
|
| V(Ieee754Float64Atanh) \
|
| + V(Ieee754Float64Atan2) \
|
| V(Ieee754Float64Cbrt) \
|
| V(Ieee754Float64Cos) \
|
| V(Ieee754Float64Cosh) \
|
|
|