Index: src/mips/lithium-mips.h |
diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h |
index 86b8f3397938ac581fdd2fe2882ad1f75a292509..7f8bdfd2ae360d1ee297c00251fb4fb4aa7818ce 100644 |
--- a/src/mips/lithium-mips.h |
+++ b/src/mips/lithium-mips.h |
@@ -843,6 +843,7 @@ class LBoundsCheck: public LTemplateInstruction<0, 2, 0> { |
LOperand* length() { return inputs_[1]; } |
DECLARE_CONCRETE_INSTRUCTION(BoundsCheck, "bounds-check") |
+ DECLARE_HYDROGEN_ACCESSOR(BoundsCheck) |
}; |