summaryrefslogtreecommitdiff
path: root/test/passes/vacuum_ignore-implicit-traps.txt
blob: 61ab6f8d2b739847d364e45d9c4c6548370d362e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(module
 (type $FUNCSIG$i (func (result i32)))
 (type $FUNCSIG$v (func))
 (memory $0 1)
 (func $load-would-normally-have-side-effects (; 0 ;) (type $FUNCSIG$i) (result i32)
  (i64.ge_s
   (i64.const 2912825531628789796)
   (i64.const 0)
  )
 )
 (func $unary-binary-may-trap (; 1 ;) (type $FUNCSIG$v)
  (nop)
 )
)