We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88627b9 commit e0787efCopy full SHA for e0787ef
test/lit/passes/local-cse-cont.wast
@@ -9,13 +9,6 @@
9
;; CHECK: (type $cont (cont $func))
10
(type $cont (cont $func))
11
12
- ;; CHECK: (type $func-i32 (func (param i32)))
13
- (type $func-i32 (func (param i32)))
14
- ;; CHECK: (type $cont-i32 (cont $func-i32))
15
- (type $cont-i32 (cont $func-i32))
16
-
17
- ;; CHECK: (type $4 (func (param (ref $cont-i32))))
18
19
;; CHECK: (elem declare func $cont.new)
20
21
;; CHECK: (func $cont.new (type $func)
0 commit comments