Skip to content

Commit d0321bc

Browse files
authored
Remove stale TODO in Monomorphize.cpp [NFC] (WebAssembly#7249)
This was done in WebAssembly#6760 ("monomorphize all the things").
1 parent 36c10d4 commit d0321bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/passes/Monomorphize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// * If a call provides a more refined type than the function declares for a
2525
// parameter.
2626
// * If a call provides a constant as a parameter.
27-
// * If a call provides a GC allocation as a parameter. TODO
27+
// * If a call provides a GC allocation as a parameter.
2828
// * If a call is dropped. TODO also other stuff on the outside, e.g. eqz?
2929
//
3030
// We realize the benefit by creating a monomorphized (specialized/refined)

0 commit comments

Comments
 (0)