diff options
Diffstat (limited to 'src/tools/fuzzing.h')
-rw-r--r-- | src/tools/fuzzing.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/fuzzing.h b/src/tools/fuzzing.h index c433a81d8..062fc29a6 100644 --- a/src/tools/fuzzing.h +++ b/src/tools/fuzzing.h @@ -1438,3 +1438,6 @@ private: } // namespace wasm // XXX Switch class has a condition?! is it real? should the node type be the value type if it exists?! + +// TODO copy an existing function and replace just one node in it + |