Add checks to ensure that there are no unreachable blocks in the function
authorChris Lattner <sabre@nondot.org>
Fri, 9 Jul 2004 16:44:37 +0000 (16:44 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 Jul 2004 16:44:37 +0000 (16:44 +0000)
commit9fb6cf1d82617994cd6dad33ecd45c1e913534aa
treea7965c4b18573183d8a3924a7140fc2777c5b9cb
parent8ca2dc0710dd7d68651c3750441f6e96c2534979
Add checks to ensure that there are no unreachable blocks in the function

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14725 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveVariables.cpp