Use DominatorTree::properlyDominates instead of dominates with an
authorDan Gohman <gohman@apple.com>
Mon, 26 Jul 2010 17:37:36 +0000 (17:37 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 26 Jul 2010 17:37:36 +0000 (17:37 +0000)
commitb7aa26bbdb787e1147eec07eab02d0583ddda617
tree62049f0c9e5ce2686a07a569c2ec9425dffa14fb
parentcb6816dc812a81d8d53ec978b24d695c1babe611
Use DominatorTree::properlyDominates instead of dominates with an
explicit inequality check.

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