Files
swift-mirror/lib/SILOptimizer/Analysis
Meghana Gupta b1db77adff Fix ConnectionGraph verification for calls to no return functions. (#33655)
Functions that do not have a return, and instead end with 'unreachable'
due to NoReturnFolding will not have a ReturnNode in the connection
graph.

A caller calling a no return function then may not have a CGNode
corresponding to the call's result.

Fix the ConnectionGraph's verifier so we don't assert in such cases.
2020-08-27 20:42:23 -07:00
..
2019-11-02 21:58:26 -07:00