diff options
Diffstat (limited to 'compiler/optimizing/nodes_vector.h')
-rw-r--r-- | compiler/optimizing/nodes_vector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/optimizing/nodes_vector.h b/compiler/optimizing/nodes_vector.h index efe4d6b000..e8170482e9 100644 --- a/compiler/optimizing/nodes_vector.h +++ b/compiler/optimizing/nodes_vector.h @@ -1155,6 +1155,8 @@ class HVecStore final : public HVecMemoryOperation { // A store needs to stay in place. bool CanBeMoved() const override { return false; } + HInstruction* GetValue() const { return InputAt(2); } + DECLARE_INSTRUCTION(VecStore); protected: |