Change the ActualCallees callgraph from hash_multimap<Instruction,Function>
authorChris Lattner <sabre@nondot.org>
Sat, 2 Apr 2005 19:15:15 +0000 (19:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 2 Apr 2005 19:15:15 +0000 (19:15 +0000)
commitdf968b8b37d93c105ced41bea5d3231ee171a24e
tree69cceff6ccbc7e825e347586feba93179024166c
parent7332f3e05d37b5bb772bb94e607fa04ef302af0f
Change the ActualCallees callgraph from hash_multimap<Instruction,Function>
to std::set<std::pair<Inst,Func>> to avoid duplicate entries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21030 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DataStructure/DataStructure.h
include/llvm/Analysis/DataStructure/EquivClassGraphs.h