Skip to content

Commit 3359266

Browse files
committed
remove confusing comment
1 parent 6a648f3 commit 3359266

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ir/child-typer.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
namespace wasm {
2323

2424
// For each child, call `noteSubtype` with a pointer to the child and the most
25-
// specific type that the child must have. Subtypings are based only on
26-
// information that would have been parsed out of a binary.
25+
// specific type that the child must have.
2726
template<typename Subtype> struct ChildTyper : OverriddenVisitor<Subtype> {
2827
Module& wasm;
2928
Function* func;

0 commit comments

Comments
 (0)