From d6c205eb9b04bcfa072cd5ffdd93deef167ec340 Mon Sep 17 00:00:00 2001 From: David Brazdil Date: Tue, 7 Jun 2016 14:20:52 +0100 Subject: ART: Remove redundant MoveInstructionBefore method Change-Id: If53d7011197cc6b9c1702a3d98ef11b59eb76f0c --- compiler/optimizing/nodes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/optimizing/nodes.h') diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index da84afbb39..711a6c1b2d 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -1049,7 +1049,6 @@ class HBasicBlock : public ArenaObject { // Replace instruction `initial` with `replacement` within this block. void ReplaceAndRemoveInstructionWith(HInstruction* initial, HInstruction* replacement); - void MoveInstructionBefore(HInstruction* insn, HInstruction* cursor); void AddPhi(HPhi* phi); void InsertPhiAfter(HPhi* instruction, HPhi* cursor); // RemoveInstruction and RemovePhi delete a given instruction from the respective -- cgit v1.2.3-59-g8ed1b