Skip to content
Commit 18fb1665 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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
parent bf9f2f2c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment