Use SetVector instead of std::set so that alias relations are tested and
authorDan Gohman <gohman@apple.com>
Wed, 26 Aug 2009 14:32:17 +0000 (14:32 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 26 Aug 2009 14:32:17 +0000 (14:32 +0000)
commita8c711cb235bf2705a4dbfbe34b23e6c57451c58
tree7d57fc55c612068140885fbb2a061100c303b8f0
parent3f6a960f9c9ad27f2ac573020df414e8b8cdda04
Use SetVector instead of std::set so that alias relations are tested and
printed in a deterministic order.

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