Index: test/unittests/compiler/node-test-utils.h |
diff --git a/test/unittests/compiler/node-test-utils.h b/test/unittests/compiler/node-test-utils.h |
index 4f11011058912e5f2ef813e0d434df6a4579abeb..a59b53cdfe2e35c676b9dcd6bca90e831218aff8 100644 |
--- a/test/unittests/compiler/node-test-utils.h |
+++ b/test/unittests/compiler/node-test-utils.h |
@@ -313,6 +313,7 @@ Matcher<Node*> IsInt64Sub(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsJSAdd(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
+Matcher<Node*> IsTruncateFloat64ToWord32(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeFloat64ToInt32(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeFloat64ToUint32(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeInt32ToFloat64(const Matcher<Node*>& input_matcher); |
@@ -320,7 +321,6 @@ Matcher<Node*> IsChangeInt32ToInt64(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeUint32ToFloat64(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeUint32ToUint64(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsTruncateFloat64ToFloat32(const Matcher<Node*>& input_matcher); |
-Matcher<Node*> IsTruncateFloat64ToInt32(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsTruncateInt64ToInt32(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsFloat32Max(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |