Skip to content

Commit 6b02be1

Browse files
kripkentlively
andauthored
Update src/passes/AbstractTypeRefining.cpp
Co-authored-by: Thomas Lively <tlively123@gmail.com>
1 parent 14db683 commit 6b02be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/passes/AbstractTypeRefining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ struct AbstractTypeRefining : public Pass {
397397
// If we optimize away a descriptor type, then we must fix up any
398398
// ref.get_desc of it, as ReFinalize would fix us up to return it. This
399399
// can only happen when no such descriptor is created, which means the
400-
// instruction will trap (no struct with such a descriptor was created).
400+
// instruction will never be reached (no struct with such a descriptor was created).
401401
void visitRefGetDesc(RefGetDesc* curr) {
402402
auto optimized = getOptimized(curr->type);
403403
if (!optimized) {

0 commit comments

Comments
 (0)