Index: test/unittests/compiler/instruction-selector-unittest.h |
diff --git a/test/unittests/compiler/instruction-selector-unittest.h b/test/unittests/compiler/instruction-selector-unittest.h |
index b0df9a4b321bb4f0517c57777703841df88a2f43..073af15070ec5f3e28845f630c4e82e09604f2dd 100644 |
--- a/test/unittests/compiler/instruction-selector-unittest.h |
+++ b/test/unittests/compiler/instruction-selector-unittest.h |
@@ -172,6 +172,7 @@ class InstructionSelectorTest : public TestWithContext, public TestWithZone { |
int ToVreg(const Node* node) const; |
bool IsFixed(const InstructionOperand* operand, Register reg) const; |
+ bool IsSameAsFirst(const InstructionOperand* operand) const; |
bool IsUsedAtStart(const InstructionOperand* operand) const; |
FrameStateDescriptor* GetFrameStateDescriptor(int deoptimization_id) { |