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 a73edc20a302f90fc3bd1c2bd6d0adcbc46c046e..11e2704a74d862f3cb57afd688d54cf41648d23b 100644 |
--- a/test/unittests/compiler/node-test-utils.h |
+++ b/test/unittests/compiler/node-test-utils.h |
@@ -333,7 +333,7 @@ Matcher<Node*> IsUnalignedStore( |
const Matcher<Node*>& base_matcher, const Matcher<Node*>& index_matcher, |
const Matcher<Node*>& value_matcher, const Matcher<Node*>& effect_matcher, |
const Matcher<Node*>& control_matcher); |
-Matcher<Node*> IsStackSlot(const Matcher<MachineRepresentation>& rep_matcher); |
+Matcher<Node*> IsStackSlot(const Matcher<int>& size_matcher); |
Matcher<Node*> IsWord32And(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsWord32Or(const Matcher<Node*>& lhs_matcher, |