| commit | 39321aa1990c595bcf5a7b071a9efd16194b23ed | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Wed Feb 27 00:28:17 2008 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Wed Feb 27 00:28:17 2008 +0000 |
| tree | c346feed43cd38bf5823690fde1c04feae46dd82 | |
| parent | ae2b6fbb8e008e3be800aef1d98ef17e3f23e072 [diff] |
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