| Index: src/compiler/instruction-codes.h
|
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h
|
| index d2209c7e7515aae533121509ae5781431b104090..7934129d468fd114ec5c166adbdf4551bc4f060b 100644
|
| --- a/src/compiler/instruction-codes.h
|
| +++ b/src/compiler/instruction-codes.h
|
| @@ -89,7 +89,8 @@ enum class RecordWriteMode { kValueIsMap, kValueIsPointer, kValueIsAny };
|
| V(AtomicStoreWord8) \
|
| V(AtomicStoreWord16) \
|
| V(AtomicStoreWord32) \
|
| - V(Ieee754Float64Log)
|
| + V(Ieee754Float64Log) \
|
| + V(Ieee754Float64Log1p)
|
|
|
| #define ARCH_OPCODE_LIST(V) \
|
| COMMON_ARCH_OPCODE_LIST(V) \
|
|
|