diff options
Diffstat (limited to 'test/lit/passes/optimize-instructions-mvp.wast')
-rw-r--r-- | test/lit/passes/optimize-instructions-mvp.wast | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lit/passes/optimize-instructions-mvp.wast b/test/lit/passes/optimize-instructions-mvp.wast index 9ac34145c..1575e8d6b 100644 --- a/test/lit/passes/optimize-instructions-mvp.wast +++ b/test/lit/passes/optimize-instructions-mvp.wast @@ -2,7 +2,6 @@ ;; RUN: wasm-opt %s --optimize-instructions --mvp-features -S -o - | filecheck %s (module - (memory 0) ;; CHECK: (type $0 (func (result i32))) (type $0 (func (param i32 i64))) @@ -11,6 +10,8 @@ ;; CHECK: (import "a" "b" (func $get-f64 (result f64))) (import "a" "b" (func $get-f64 (result f64))) + (memory 0) + ;; CHECK: (func $and-and (param $i1 i32) (result i32) ;; CHECK-NEXT: (i32.and ;; CHECK-NEXT: (local.get $i1) |