diff options
Diffstat (limited to 'test/lit/passes/code-folding-eh-legacy.wast')
-rw-r--r-- | test/lit/passes/code-folding-eh-legacy.wast | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lit/passes/code-folding-eh-legacy.wast b/test/lit/passes/code-folding-eh-legacy.wast index 81180d044..cde0fba28 100644 --- a/test/lit/passes/code-folding-eh-legacy.wast +++ b/test/lit/passes/code-folding-eh-legacy.wast @@ -355,6 +355,7 @@ ;; CHECK-NEXT: (drop ;; CHECK-NEXT: (local.get $0) ;; CHECK-NEXT: ) + ;; CHECK-NEXT: (nop) ;; CHECK-NEXT: (drop ;; CHECK-NEXT: (i32.eqz ;; CHECK-NEXT: (i32.const 1) @@ -377,6 +378,7 @@ (if (pop i32) (then + (nop) (drop (i32.eqz (i32.const 1) @@ -384,6 +386,7 @@ ) ) (else + (nop) (drop (i32.eqz (i32.const 1) |