From 6e332529c33be4d7dae5dad3609a839f4c0d3bfc Mon Sep 17 00:00:00 2001 From: David Brazdil Date: Tue, 2 Feb 2016 16:15:27 +0000 Subject: ART: Remove HTemporary Change-Id: I21b984224370a9ce7a4a13a9652503cfb03c5f03 --- compiler/optimizing/ssa_builder.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compiler/optimizing/ssa_builder.cc') diff --git a/compiler/optimizing/ssa_builder.cc b/compiler/optimizing/ssa_builder.cc index 165d09d1a5..cd529716eb 100644 --- a/compiler/optimizing/ssa_builder.cc +++ b/compiler/optimizing/ssa_builder.cc @@ -899,11 +899,6 @@ void SsaBuilder::VisitInstruction(HInstruction* instruction) { } } -void SsaBuilder::VisitTemporary(HTemporary* temp) { - // Temporaries are only used by the baseline register allocator. - temp->GetBlock()->RemoveInstruction(temp); -} - void SsaBuilder::VisitArrayGet(HArrayGet* aget) { Primitive::Type type = aget->GetType(); DCHECK(!Primitive::IsFloatingPointType(type)); -- cgit v1.2.3-59-g8ed1b