Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 3e9732dbab7f2a482bb84f5b17532a5488033118..c1b5945e6070e0bcb8d6eff981c57792f67c9538 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -434,6 +434,8 @@ |
V(Float32Abs) \ |
V(Float32Sqrt) \ |
V(Float32RoundDown) \ |
+ V(Float32Max) \ |
+ V(Float32Min) \ |
V(Float64Add) \ |
V(Float64Sub) \ |
V(Float64Neg) \ |