diff options
Diffstat (limited to 'test/passes/dce_vacuum.txt')
-rw-r--r-- | test/passes/dce_vacuum.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/passes/dce_vacuum.txt b/test/passes/dce_vacuum.txt index 2d400e730..43fca1d4f 100644 --- a/test/passes/dce_vacuum.txt +++ b/test/passes/dce_vacuum.txt @@ -1,16 +1,16 @@ (module - (type $0 (func (result i32))) - (type $1 (func (param f32 f32) (result f32))) - (type $2 (func (param i64) (result i64))) - (func $__Z12serveroptionPc (; 0 ;) (type $0) (result i32) + (type $FUNCSIG$i (func (result i32))) + (type $FUNCSIG$fff (func (param f32 f32) (result f32))) + (type $FUNCSIG$jj (func (param i64) (result i64))) + (func $__Z12serveroptionPc (; 0 ;) (type $FUNCSIG$i) (result i32) (return (i32.const 0) ) ) - (func $drop-unreachable (; 1 ;) (type $1) (param $var$0 f32) (param $var$1 f32) (result f32) + (func $drop-unreachable (; 1 ;) (type $FUNCSIG$fff) (param $var$0 f32) (param $var$1 f32) (result f32) (unreachable) ) - (func $set-unreachable (; 2 ;) (type $2) (param $var$0 i64) (result i64) + (func $set-unreachable (; 2 ;) (type $FUNCSIG$jj) (param $var$0 i64) (result i64) (local $var$1 i64) (local $var$2 i64) (if |