Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index 6afe809ac23cabd5e7fc42bfe7928fa5ffc7733a..222fb227efb1fb8b66d398692651ec4ae34bfd7d 100644 |
--- a/src/ia32/lithium-ia32.h |
+++ b/src/ia32/lithium-ia32.h |
@@ -1680,6 +1680,7 @@ class LLoadKeyedGeneric V8_FINAL : public LTemplateInstruction<1, 3, 0> { |
LOperand* key() { return inputs_[2]; } |
DECLARE_CONCRETE_INSTRUCTION(LoadKeyedGeneric, "load-keyed-generic") |
+ DECLARE_HYDROGEN_ACCESSOR(LoadKeyedGeneric) |
}; |