commit | d6c205eb9b04bcfa072cd5ffdd93deef167ec340 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Jun 07 14:20:52 2016 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Tue Jun 07 14:49:18 2016 +0100 |
tree | ba2d71a03b266e317fe7278d1136098cb890dfee | |
parent | f1c25cf31d29c70b5102b249344bea76c374ecd8 [diff] [blame] |
ART: Remove redundant MoveInstructionBefore method Change-Id: If53d7011197cc6b9c1702a3d98ef11b59eb76f0c
diff --git a/compiler/optimizing/nodes_x86.h b/compiler/optimizing/nodes_x86.h index c3696b5..fa47976 100644 --- a/compiler/optimizing/nodes_x86.h +++ b/compiler/optimizing/nodes_x86.h
@@ -26,6 +26,8 @@ HX86ComputeBaseMethodAddress() : HExpression(Primitive::kPrimInt, SideEffects::None(), kNoDexPc) {} + bool CanBeMoved() const OVERRIDE { return true; } + DECLARE_INSTRUCTION(X86ComputeBaseMethodAddress); private: