| 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 60262572ab702d18ab2714211bc6e6ddffa65ebe..517d5d4d57b2ad6aff45f1fe4c465825740854b7 100644
|
| --- a/test/unittests/compiler/node-test-utils.h
|
| +++ b/test/unittests/compiler/node-test-utils.h
|
| @@ -261,6 +261,7 @@ Matcher<Node*> IsStore(const Matcher<StoreRepresentation>& rep_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*> IsWord32And(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsWord32Or(const Matcher<Node*>& lhs_matcher,
|
|
|