diff options
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r-- | compiler/optimizing/nodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index 37e5e6b9aa..47ed8dfe88 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -2088,6 +2088,8 @@ class HTemporary : public HTemplateInstruction<0> { size_t GetIndex() const { return index_; } + Primitive::Type GetType() const OVERRIDE { return GetPrevious()->GetType(); } + DECLARE_INSTRUCTION(Temporary); private: |