We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14db683 commit 6b02be1Copy full SHA for 6b02be1
1 file changed
src/passes/AbstractTypeRefining.cpp
@@ -397,7 +397,7 @@ struct AbstractTypeRefining : public Pass {
397
// If we optimize away a descriptor type, then we must fix up any
398
// ref.get_desc of it, as ReFinalize would fix us up to return it. This
399
// can only happen when no such descriptor is created, which means the
400
- // instruction will trap (no struct with such a descriptor was created).
+ // instruction will never be reached (no struct with such a descriptor was created).
401
void visitRefGetDesc(RefGetDesc* curr) {
402
auto optimized = getOptimized(curr->type);
403
if (!optimized) {
0 commit comments