Remove the ability for ADCE to remove unreachable blocks in loop nests, because,...
authorOwen Anderson <resistor@mac.com>
Thu, 3 Jul 2008 17:21:41 +0000 (17:21 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 3 Jul 2008 17:21:41 +0000 (17:21 +0000)
commit9da02b844f7fe2ddae936b029fcdb34d74706b22
tree696d604cee2ffbc99e43792fceca8de4df606d0e
parent9f1c8317a4676945b4961ddb9827ef2412551620
Remove the ability for ADCE to remove unreachable blocks in loop nests, because, as Eli pointed out, SimplifyCFG already does this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53104 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/ADCE.cpp
test/Transforms/ADCE/2008-07-02-Unreachable.ll [deleted file]