Use iterators to iterate through the Preds array instead of
authorDan Gohman <gohman@apple.com>
Wed, 11 Feb 2009 00:12:28 +0000 (00:12 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 11 Feb 2009 00:12:28 +0000 (00:12 +0000)
an index. This code is on the hot-path because the current
way SDep edges are uniqued has quadratic complexity.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64262 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found