Index: src/compiler/graph-unittest.h |
diff --git a/src/compiler/graph-unittest.h b/src/compiler/graph-unittest.h |
index 42e4dd9bdc5eb18f0ca397004dc70ccfe2165fbb..c4cb40dea939a0a96bebfd8cd839ff27e20b45f6 100644 |
--- a/src/compiler/graph-unittest.h |
+++ b/src/compiler/graph-unittest.h |
@@ -65,6 +65,7 @@ Matcher<Node*> IsExternalConstant( |
const Matcher<ExternalReference>& value_matcher); |
Matcher<Node*> IsHeapConstant( |
const Matcher<Unique<HeapObject> >& value_matcher); |
+Matcher<Node*> IsFloat32Constant(const Matcher<float>& value_matcher); |
Matcher<Node*> IsFloat64Constant(const Matcher<double>& value_matcher); |
Matcher<Node*> IsInt32Constant(const Matcher<int32_t>& value_matcher); |
Matcher<Node*> IsInt64Constant(const Matcher<int64_t>& value_matcher); |