summaryrefslogtreecommitdiff
path: root/compiler/optimizing/inliner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/optimizing/inliner.cc')
-rw-r--r--compiler/optimizing/inliner.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/optimizing/inliner.cc b/compiler/optimizing/inliner.cc
index 87a8d33193..6d2a8d77e2 100644
--- a/compiler/optimizing/inliner.cc
+++ b/compiler/optimizing/inliner.cc
@@ -262,10 +262,6 @@ bool HInliner::TryBuildAndInline(Handle<mirror::ArtMethod> resolved_method,
graph_->SetHasArrayAccesses(true);
}
- // Now that we have inlined the callee, we need to update the next
- // instruction id of the caller, so that new instructions added
- // after optimizations get a unique id.
- graph_->SetCurrentInstructionId(callee_graph->GetNextInstructionId());
return true;
}