Use external df iterators to avoid revisiting blocks in functions with
authorChris Lattner <sabre@nondot.org>
Mon, 13 Oct 2003 16:44:50 +0000 (16:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Oct 2003 16:44:50 +0000 (16:44 +0000)
commit46e033d28d3d3f883432754ee65ce66b49b17874
tree666f37295c64453af96113c2abea43ddda6ebd09
parent1e79609e304a24e0cad68534ddf3371479d33b86
Use external df iterators to avoid revisiting blocks in functions with
multiple setjmp calls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9093 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/LowerSetJmp.cpp