diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-02-27 00:28:17 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-02-27 00:28:17 +0000 |
commit | 39321aa1990c595bcf5a7b071a9efd16194b23ed (patch) | |
tree | c346feed43cd38bf5823690fde1c04feae46dd82 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | ae2b6fbb8e008e3be800aef1d98ef17e3f23e072 (diff) | |
download | bcm5719-llvm-39321aa1990c595bcf5a7b071a9efd16194b23ed.tar.gz bcm5719-llvm-39321aa1990c595bcf5a7b071a9efd16194b23ed.zip |
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
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
0 files changed, 0 insertions, 0 deletions