Skip to content

Commit 4166e2b

Browse files
Merge pull request #6425 from aschwaighofer/fix_assert_alloc_stack_hoisting
Remove to strict assert
2 parents 1bc9103 + 9a2582f commit 4166e2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IRGen/AllocStackHoisting.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ static SILInstruction *getSingleDeallocStack(AllocStackInst *ASI) {
153153
return nullptr;
154154
}
155155
}
156-
assert(Dealloc != nullptr);
157156
return Dealloc;
158157
}
159158

0 commit comments

Comments
 (0)