diff options
author | 2016-06-07 14:20:52 +0100 | |
---|---|---|
committer | 2016-06-07 14:49:18 +0100 | |
commit | d6c205eb9b04bcfa072cd5ffdd93deef167ec340 (patch) | |
tree | ba2d71a03b266e317fe7278d1136098cb890dfee /compiler/optimizing/nodes.h | |
parent | f1c25cf31d29c70b5102b249344bea76c374ecd8 (diff) |
ART: Remove redundant MoveInstructionBefore method
Change-Id: If53d7011197cc6b9c1702a3d98ef11b59eb76f0c
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r-- | compiler/optimizing/nodes.h | 1 |
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 |