summaryrefslogtreecommitdiffstats
path: root/js/src/jit/IonAnalysis.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-03-18 13:31:19 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 13:10:09 +0200
commite7514afc7c13516cdd56e8ffba4399c7c1c974ba (patch)
treeedf1d720778bf9528305cc67f537c4515d1b3082 /js/src/jit/IonAnalysis.h
parent4adf0d09f770fb6b7211c1f4a262538cac68135e (diff)
downloadUXP-e7514afc7c13516cdd56e8ffba4399c7c1c974ba.tar
UXP-e7514afc7c13516cdd56e8ffba4399c7c1c974ba.tar.gz
UXP-e7514afc7c13516cdd56e8ffba4399c7c1c974ba.tar.lz
UXP-e7514afc7c13516cdd56e8ffba4399c7c1c974ba.tar.xz
UXP-e7514afc7c13516cdd56e8ffba4399c7c1c974ba.zip
[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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/src/jit/IonAnalysis.h b/js/src/jit/IonAnalysis.h
index 49bc0b591..673c797bd 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);