Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index dabf5c57ef86261869756f18587b74a1786201bf..e210abd6b96394c4f53188b44789ae9d05667410 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -218,6 +218,7 @@ |
V(Float64Mul) \ |
V(Float64Div) \ |
V(Float64Mod) \ |
+ V(Float64Sqrt) \ |
V(Float64Equal) \ |
V(Float64LessThan) \ |
V(Float64LessThanOrEqual) |