We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cae0a6 commit 6cc3046Copy full SHA for 6cc3046
1 file changed
src/ir/possible-contents.cpp
@@ -1297,7 +1297,7 @@ struct InfoCollector
1297
addRoot(curr);
1298
1299
// Connect handled tags with their branch targets, and materialize non-null
1300
- // exnref values.
+ // continuation values.
1301
auto numTags = curr->handlerTags.size();
1302
for (Index tagIndex = 0; tagIndex < numTags; tagIndex++) {
1303
auto tag = curr->handlerTags[tagIndex];
0 commit comments