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 4ab1a6b62bee1504bb2f5bd119d744a0c59e0eea..d7b17ab14d47c7ea815afe53e7c5226a29299a3f 100644 |
--- a/test/unittests/compiler/node-test-utils.h |
+++ b/test/unittests/compiler/node-test-utils.h |
@@ -17,6 +17,10 @@ class ExternalReference; |
class HeapObject; |
template <class T> |
class Unique; |
+template <class> |
+class TypeImpl; |
+struct ZoneTypeConfig; |
+typedef TypeImpl<ZoneTypeConfig> Type; |
namespace compiler { |
@@ -127,6 +131,9 @@ Matcher<Node*> IsTailCall( |
const Matcher<Node*>& control_matcher); |
Matcher<Node*> IsBooleanNot(const Matcher<Node*>& value_matcher); |
+Matcher<Node*> IsReferenceEqual(const Matcher<Type*>& type_matcher, |
+ const Matcher<Node*>& lhs_matcher, |
+ const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsNumberEqual(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsNumberLessThan(const Matcher<Node*>& lhs_matcher, |