Skip to content
Commit 39321aa1 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Fixed CFG construction bug that occurred when a condition for a loop spanned

multiple basic blocks (which can happen when they contain '&&', '||', '?'). The
bug was that the loop backedge when to the last block in the loop condition, not
the first.

llvm-svn: 47649
parent ae2b6fbb
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