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