diff options
| author | 2025-01-22 16:01:53 -0800 | |
|---|---|---|
| committer | 2025-01-22 16:01:53 -0800 | |
| commit | aa717c9dce95d4353e20b21aa0225d4fd8238a6f (patch) | |
| tree | f51e443b0cae682e23b72f19c509befafb6d7aea /compiler/optimizing/nodes_x86.h | |
| parent | cd2a00443cc0db8240d31e3373dc686e04176991 (diff) | |
| parent | effe894aabea3f670902a5686673b82a76a182ba (diff) | |
Snap for 12955189 from effe894aabea3f670902a5686673b82a76a182ba to 25Q2-release
Change-Id: I4c62f44ddc72b7f9c03b8d085946fa12018d9523
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: |