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 ffdad5812ada97eba2b5c28b920f439febc4899a..b11cf06b66cafc54c5e723c67d0e73ec749e6ce9 100644 |
--- a/test/unittests/compiler/node-test-utils.h |
+++ b/test/unittests/compiler/node-test-utils.h |
@@ -275,8 +275,6 @@ |
const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsWord64Shl(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
-Matcher<Node*> IsWord64Shr(const Matcher<Node*>& lhs_matcher, |
- const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsWord64Sar(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsWord64Equal(const Matcher<Node*>& lhs_matcher, |
@@ -300,8 +298,6 @@ |
Matcher<Node*> IsInt64Add(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsInt64Sub(const Matcher<Node*>& lhs_matcher, |
- const Matcher<Node*>& rhs_matcher); |
-Matcher<Node*> IsInt64Mul(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsJSAdd(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
@@ -314,7 +310,6 @@ |
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*> IsRoundInt64ToFloat64(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsFloat32Max(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsFloat32Min(const Matcher<Node*>& lhs_matcher, |