Commit 0a40913
committed
Fix Bootstrap: diffing
The pass that tracks which control-flow positions are unreachable after
infinite loops was migrated to pure Swift in PR #79186. As a result, the
C++-only compiler used to bootstrap is unable to determine that the
code-location after loops is unreachable. Placing a fatalError after the
infinite while loop.
Fixes: rdar://1609563251 parent 97002e1 commit 0a40913
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| 391 | + | |
391 | 392 | | |
392 | 393 | | |
393 | 394 | | |
| |||
0 commit comments