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 ac320c419..38fa3e5f6 100644 --- a/src/ir/possible-contents.cpp +++ b/src/ir/possible-contents.cpp @@ -697,7 +697,7 @@ struct InfoCollector receiveChildValue(curr->ref, curr); } void visitRefAs(RefAs* curr) { - if (curr->op == ExternExternalize || curr->op == ExternInternalize) { + if (curr->op == ExternConvertAny || curr->op == AnyConvertExtern) { // The external conversion ops emit something of a completely different // type, which we must mark as a root. addRoot(curr); |