Index: src/compiler/js-intrinsic-lowering.h |
diff --git a/src/compiler/js-intrinsic-lowering.h b/src/compiler/js-intrinsic-lowering.h |
index bc78f531ffd14a24e04bfa731c94b9ef7f52b66f..493e962d59d6ac7e56ca596bc610381b6a154bce 100644 |
--- a/src/compiler/js-intrinsic-lowering.h |
+++ b/src/compiler/js-intrinsic-lowering.h |
@@ -34,6 +34,7 @@ class JSIntrinsicLowering FINAL : public Reducer { |
Reduction ReduceInlineConstructDouble(Node* node); |
Reduction ReduceInlineDoubleLo(Node* node); |
Reduction ReduceInlineDoubleHi(Node* node); |
+ Reduction ReduceInlineMathFloor(Node* node); |
Reduction ReduceInlineValueOf(Node* node); |
Reduction Change(Node* node, const Operator* op); |