Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index bda1789a0350d92257de78d2ce636061e5956005..1ecd4184f36f69b3d523cbf7b20efbd78a2ec2cf 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -298,6 +298,7 @@ |
V(Float64Abs) \ |
V(Float64Sqrt) \ |
V(Float64RoundDown) \ |
+ V(Float64RoundUp) \ |
V(Float64RoundTruncate) \ |
V(Float64RoundTiesAway) \ |
V(Float64ExtractLowWord32) \ |