diff options
Diffstat (limited to 'compiler/optimizing/nodes_x86.h')
-rw-r--r-- | compiler/optimizing/nodes_x86.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/optimizing/nodes_x86.h b/compiler/optimizing/nodes_x86.h index 71c4f7aeeb..491045de99 100644 --- a/compiler/optimizing/nodes_x86.h +++ b/compiler/optimizing/nodes_x86.h @@ -59,6 +59,8 @@ class HX86LoadFromConstantTable final : public HExpression<2> { return InputAt(1)->AsConstant(); } + bool CanBeMoved() const override { return true; } + DECLARE_INSTRUCTION(X86LoadFromConstantTable); protected: |