| Index: test/unittests/compiler/node-test-utils.cc
|
| diff --git a/test/unittests/compiler/node-test-utils.cc b/test/unittests/compiler/node-test-utils.cc
|
| index 0249e98a566106e3510ad14f1113b1d16e946273..5177344319a2a2245d74abbddd7e3c1733b15f64 100644
|
| --- a/test/unittests/compiler/node-test-utils.cc
|
| +++ b/test/unittests/compiler/node-test-utils.cc
|
| @@ -2214,6 +2214,7 @@ Matcher<Node*> IsLoadFramePointer() {
|
|
|
| IS_QUADOP_MATCHER(Int32PairAdd)
|
| IS_QUADOP_MATCHER(Int32PairSub)
|
| +IS_QUADOP_MATCHER(Int32PairMul)
|
|
|
| #define IS_TERNOP_MATCHER(Name) \
|
| Matcher<Node*> Is##Name(const Matcher<Node*>& lhs_matcher, \
|
|
|