| Index: src/compiler/code-assembler.h
|
| diff --git a/src/compiler/code-assembler.h b/src/compiler/code-assembler.h
|
| index 8808a82f8e8950c71f1e74f33685b9b58cabddc3..215e562d3a24d99c3a9c51ef427dc24b3f95c523 100644
|
| --- a/src/compiler/code-assembler.h
|
| +++ b/src/compiler/code-assembler.h
|
| @@ -85,6 +85,8 @@ typedef std::function<void()> CodeAssemblerCallback;
|
| V(Float64Mod) \
|
| V(Float64Atan2) \
|
| V(Float64Pow) \
|
| + V(Float64Max) \
|
| + V(Float64Min) \
|
| V(Float64InsertLowWord32) \
|
| V(Float64InsertHighWord32) \
|
| V(IntPtrAddWithOverflow) \
|
|
|