Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index cbc0d0760cb2202e2ad42650a13f17e49ddd5bc6..4853110bb1aa654d929cea2ca19874f899bd6bef 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -226,6 +226,10 @@ |
V(Float64Equal) \ |
V(Float64LessThan) \ |
V(Float64LessThanOrEqual) \ |
+ V(Float64Floor) \ |
+ V(Float64Ceil) \ |
+ V(Float64RoundTruncate) \ |
+ V(Float64RoundTiesAway) \ |
V(LoadStackPointer) |
#define VALUE_OP_LIST(V) \ |