summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes.h
diff options
context:
space:
mode:
author David Brazdil <dbrazdil@google.com> 2016-06-07 15:39:45 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-06-07 15:39:45 +0000
commit4fb652a5ca96cdefa6dca6fe739f1ea89d1bb3e4 (patch)
tree705141366b8df041b655f154437641031f25343c /compiler/optimizing/nodes.h
parent97b1e6633be800827145c4ffeded1c834082730f (diff)
parentd6c205eb9b04bcfa072cd5ffdd93deef167ec340 (diff)
Merge "ART: Remove redundant MoveInstructionBefore method"
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r--compiler/optimizing/nodes.h1
1 files changed, 0 insertions, 1 deletions
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<kArenaAllocBasicBlock> {
// 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