diff options
author | 2016-02-02 16:15:27 +0000 | |
---|---|---|
committer | 2016-02-12 15:17:50 +0000 | |
commit | 6e332529c33be4d7dae5dad3609a839f4c0d3bfc (patch) | |
tree | cedd2e1beb170fd5821136fe974e3f34adfcddc2 /compiler/optimizing/ssa_builder.h | |
parent | d3caabd4f85f86dd744da432993e12935d843a83 (diff) |
ART: Remove HTemporary
Change-Id: I21b984224370a9ce7a4a13a9652503cfb03c5f03
Diffstat (limited to 'compiler/optimizing/ssa_builder.h')
-rw-r--r-- | compiler/optimizing/ssa_builder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/optimizing/ssa_builder.h b/compiler/optimizing/ssa_builder.h index ccef8ea380..4cba41f389 100644 --- a/compiler/optimizing/ssa_builder.h +++ b/compiler/optimizing/ssa_builder.h @@ -75,7 +75,6 @@ class SsaBuilder : public HGraphVisitor { void VisitLoadLocal(HLoadLocal* load) OVERRIDE; void VisitStoreLocal(HStoreLocal* store) OVERRIDE; void VisitInstruction(HInstruction* instruction) OVERRIDE; - void VisitTemporary(HTemporary* instruction) OVERRIDE; void VisitArrayGet(HArrayGet* aget) OVERRIDE; void VisitArraySet(HArraySet* aset) OVERRIDE; void VisitInvokeStaticOrDirect(HInvokeStaticOrDirect* invoke) OVERRIDE; |