summaryrefslogtreecommitdiffstats
path: root/js/src/jit/IonBuilder.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-06-16 23:13:47 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-06-18 10:30:04 +0000
commit772cd4b188fd9f30521d4983f60363f4a830e2aa (patch)
tree7f02fd3c1f881ad1c9abad511a5ed842deac0088 /js/src/jit/IonBuilder.cpp
parent625366321008cc464f4295db80c48dd5a19f3ee4 (diff)
downloadUXP-772cd4b188fd9f30521d4983f60363f4a830e2aa.tar
UXP-772cd4b188fd9f30521d4983f60363f4a830e2aa.tar.gz
UXP-772cd4b188fd9f30521d4983f60363f4a830e2aa.tar.lz
UXP-772cd4b188fd9f30521d4983f60363f4a830e2aa.tar.xz
UXP-772cd4b188fd9f30521d4983f60363f4a830e2aa.zip
Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again.
Diffstat (limited to 'js/src/jit/IonBuilder.cpp')
-rw-r--r--js/src/jit/IonBuilder.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/src/jit/IonBuilder.cpp b/js/src/jit/IonBuilder.cpp
index 3d964d1c6..fc864a197 100644
--- a/js/src/jit/IonBuilder.cpp
+++ b/js/src/jit/IonBuilder.cpp
@@ -2218,6 +2218,8 @@ IonBuilder::inspectOpcode(JSOp op)
// update that stale value.
#endif
default:
+ // Any unused opcodes and JSOP_LIMIT will end up here without having
+ // to explicitly specify
break;
}