diff options
Diffstat (limited to 'src/ir/possible-contents.cpp')
-rw-r--r-- | src/ir/possible-contents.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir/possible-contents.cpp b/src/ir/possible-contents.cpp index b44046b39..b23d8220a 100644 --- a/src/ir/possible-contents.cpp +++ b/src/ir/possible-contents.cpp @@ -678,7 +678,7 @@ struct InfoCollector totalPops++; #endif } - void visitI31New(I31New* curr) { + void visitRefI31(RefI31* curr) { // TODO: optimize like struct references addRoot(curr); } |