Check immediate dominators first while searching for nearset common dominator.
commit80275d11b542a41fec22456ee91eacf15e57d4a7
authorDevang Patel <dpatel@apple.com>
Tue, 12 Jun 2007 00:35:38 +0000 (12 00:35 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 12 Jun 2007 00:35:38 +0000 (12 00:35 +0000)
treea4f6e9d4b325a0888fda9d8432eef836da838619
parent5c2f315d40721080309cc467df44441dacb78d36
Check immediate dominators first while searching for nearset common dominator.
Fix 80 col violations.

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