Index: src/compiler/graph-unittest.h |
diff --git a/src/compiler/graph-unittest.h b/src/compiler/graph-unittest.h |
index 761343c0f1b4116d76ed73fea055a276fad53aeb..42e4dd9bdc5eb18f0ca397004dc70ccfe2165fbb 100644 |
--- a/src/compiler/graph-unittest.h |
+++ b/src/compiler/graph-unittest.h |
@@ -83,7 +83,7 @@ Matcher<Node*> IsCall(const Matcher<CallDescriptor*>& descriptor_matcher, |
const Matcher<Node*>& effect_matcher, |
const Matcher<Node*>& control_matcher); |
-Matcher<Node*> IsLoad(const Matcher<MachineType>& type_matcher, |
+Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher, |
const Matcher<Node*>& base_matcher, |
const Matcher<Node*>& index_matcher, |
const Matcher<Node*>& effect_matcher); |