Remove invalid assertion from CFG builder. When building the CFG pieces for a...
Remove invalid assertion from CFG builder. When building the CFG pieces for a ternary '?' expression, it is possible for the confluence block to only have a single predecessor due to calls to 'noreturn' functions. Fixes assertion failure reported in PR 8619. llvm-svn: 119284
Loading
Please register or sign in to comment