We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a648f3 commit 3359266Copy full SHA for 3359266
src/ir/child-typer.h
@@ -22,8 +22,7 @@
22
namespace wasm {
23
24
// 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.
+// specific type that the child must have.
27
template<typename Subtype> struct ChildTyper : OverriddenVisitor<Subtype> {
28
Module& wasm;
29
Function* func;
0 commit comments