When one branch of condition is eliminated then head of the other
authorDevang Patel <dpatel@apple.com>
Fri, 17 Aug 2007 21:59:16 +0000 (21:59 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 17 Aug 2007 21:59:16 +0000 (21:59 +0000)
commit96bf524b531fd404b118fad7bbe410e9aceeaa5d
treebe25bf6cf25aae8fdc046f23c8aeabc6eaf31d6d
parent3e20bba5eb5df2fdd3e6655c8470084cf05032d4
When one branch of condition is eliminated then head of the other
branch is not necessary immediate dominators of merge blcok in all cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41144 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Dominators.h
lib/Transforms/Scalar/LoopIndexSplit.cpp
lib/Transforms/Utils/LCSSA.cpp