It is not possible to determine dominance between two PHI nodes
authorDevang Patel <dpatel@apple.com>
Wed, 28 Mar 2007 14:57:43 +0000 (14:57 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 28 Mar 2007 14:57:43 +0000 (14:57 +0000)
commit9dea3a340a8e3db7eab92ea78c20e317ac4c2545
tree988d781f4d25793ea7be0a0da19045e3099fa10c
parente82fca09bffc73310499bdcfbdea87a095420e09
It is not possible to determine dominance between two PHI nodes
based on their ordering. This is applicable to ETForest::dominates() also.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35423 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Dominators.cpp