summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-brs_precompute_vacuum_remove-unused-brs.txt
blob: 170c5e4c0f5ba1aa7f9665b103010d632d6ee90a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(module
 (type $i32_=>_f64 (func (param i32) (result f64)))
 (global $global$3 (mut f64) (f64.const 0))
 (func $1 (param $x i32) (result f64)
  (local $var$0 f64)
  (block $label$0 (result f64)
   (local.set $var$0
    (f64.const 0)
   )
   (f64.const -3.4)
  )
 )
)