Use DominatorTree::properlyDominates instead of dominates with an
authorDan Gohman <gohman@apple.com>
Mon, 26 Jul 2010 17:34:05 +0000 (17:34 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 26 Jul 2010 17:34:05 +0000 (17:34 +0000)
commita29dbd2dcc04c8d07dd9e1e49b4e54debbc23996
tree3235147f15aabbb1af33e5a771132a495a9862a8
parentd8939a822586d0cf273b7a1a938c619a8d24a481
Use DominatorTree::properlyDominates instead of dominates with an
explicit inequality check.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109398 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/RegionInfo.cpp