diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-18 13:31:19 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-18 13:31:19 +0100 |
commit | 54f44bb628df675f9359b588a0ef628b7c783f6a (patch) | |
tree | 1fd8f69e27a02f0b8f71828bcab551b7103ad1a0 /js/src/jit/IonAnalysis.h | |
parent | 22fc2203541d3136b164a0ca138a851167ada760 (diff) | |
download | uxp-54f44bb628df675f9359b588a0ef628b7c783f6a.tar.gz |
[js] Remove pointless MakeMRegExpHoistable optimization.
It's a lot of code with no measurable effect.
Diffstat (limited to 'js/src/jit/IonAnalysis.h')
-rw-r--r-- | js/src/jit/IonAnalysis.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/src/jit/IonAnalysis.h b/js/src/jit/IonAnalysis.h index 49bc0b5919..673c797bd1 100644 --- a/js/src/jit/IonAnalysis.h +++ b/js/src/jit/IonAnalysis.h @@ -56,9 +56,6 @@ EliminateDeadCode(MIRGenerator* mir, MIRGraph& graph); MOZ_MUST_USE bool ApplyTypeInformation(MIRGenerator* mir, MIRGraph& graph); -MOZ_MUST_USE bool -MakeMRegExpHoistable(MIRGenerator* mir, MIRGraph& graph); - void RenumberBlocks(MIRGraph& graph); |