Skip to content

Commit 3d47f2d

Browse files
committed
actually move it
1 parent 087372b commit 3d47f2d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

cli/asc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,6 @@ exports.main = function main(argv, options, callback) {
836836
add("vacuum");
837837
add("merge-locals");
838838
add("coalesce-locals");
839-
add("merge-locals");
840839
add("simplify-locals-nostructure");
841840
add("inlining-optimizing");
842841
add("precompute-propagate");

tests/compiler/std/string-casemapping.optimized.wat

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,11 +2457,11 @@
24572457
block $~lib/util/string/isFinalSigma|inlined.0 (result i32)
24582458
local.get $0
24592459
local.set $4
2460+
local.get $5
24602461
i32.const 0
24612462
local.set $9
24622463
i32.const 0
24632464
local.get $5
2464-
local.tee $6
24652465
local.tee $2
24662466
i32.const 30
24672467
i32.sub
@@ -2485,7 +2485,7 @@
24852485
i32.le_s
24862486
br_if $~lib/util/string/codePointBefore|inlined.0
24872487
drop
2488-
local.get $0
2488+
local.get $4
24892489
local.get $1
24902490
i32.const 1
24912491
i32.sub
@@ -2505,7 +2505,7 @@
25052505
i32.ge_s
25062506
i32.and
25072507
if
2508-
local.get $0
2508+
local.get $4
25092509
local.get $1
25102510
i32.const 2
25112511
i32.sub
@@ -2589,7 +2589,6 @@
25892589
i32.eqz
25902590
br_if $~lib/util/string/isFinalSigma|inlined.0
25912591
drop
2592-
local.get $6
25932592
i32.const 1
25942593
i32.add
25952594
local.tee $2
@@ -2607,7 +2606,7 @@
26072606
local.get $6
26082607
i32.lt_s
26092608
if
2610-
local.get $0
2609+
local.get $4
26112610
local.get $2
26122611
i32.const 1
26132612
i32.shl
@@ -2625,7 +2624,7 @@
26252624
i32.ne
26262625
i32.and
26272626
if
2628-
local.get $0
2627+
local.get $4
26292628
local.get $2
26302629
i32.const 1
26312630
i32.shl

0 commit comments

Comments
 (0)