diff options
Diffstat (limited to 'js/src/jit/MIRGenerator.h')
-rw-r--r-- | js/src/jit/MIRGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/jit/MIRGenerator.h b/js/src/jit/MIRGenerator.h index 45b33618d0..fc3388793c 100644 --- a/js/src/jit/MIRGenerator.h +++ b/js/src/jit/MIRGenerator.h @@ -158,6 +158,7 @@ class MIRGenerator final { public: void disableLICM() { disableLICM_ = true; } bool licmEnabled() const; + bool branchHintingEnabled() const; private: uint64_t minWasmMemory0Length_; |