If a condition is not inside a loop then the condition is suitable
authorDevang Patel <dpatel@apple.com>
Thu, 28 Jun 2007 00:44:10 +0000 (00:44 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 28 Jun 2007 00:44:10 +0000 (00:44 +0000)
commit558f1b8439847d6241cb033ba32c5aeaed0cf8ff
treeb9bde02ec1e844926e1c13d25b4476a9d31afdf7
parenta20f35d2e71fda42f773d40efde0aff9e07f2804
If a condition is not inside a loop then the condition is suitable
to loop unswitch candidate for the loop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37770 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopUnswitch.cpp