| Index: src/x64/lithium-x64.h
|
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h
|
| index 52fe7aa8123c75f371228c84a5172ed162de00f9..4977cac405ad492d6b90d01d4d5b9cf6035738ad 100644
|
| --- a/src/x64/lithium-x64.h
|
| +++ b/src/x64/lithium-x64.h
|
| @@ -1364,6 +1364,7 @@ class LLoadKeyed: public LTemplateInstruction<1, 2, 0> {
|
| }
|
| LOperand* elements() { return inputs_[0]; }
|
| LOperand* key() { return inputs_[1]; }
|
| + virtual void PrintDataTo(StringStream* stream);
|
| uint32_t additional_index() const { return hydrogen()->index_offset(); }
|
| ElementsKind elements_kind() const {
|
| return hydrogen()->elements_kind();
|
|
|