Add a new AliassetTracker::remove method. Because we need to be able to remove
authorChris Lattner <sabre@nondot.org>
Thu, 18 Dec 2003 08:11:56 +0000 (08:11 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Dec 2003 08:11:56 +0000 (08:11 +0000)
commit2cffeec014537a5f4d2313a5c21c3aa6fcf33288
tree7ea833c04e386c31b822e7ae698ac94a635f5ada
parent45ab10cb6ebe1e4b7efc5ee6aecc3ebe24829d70
Add a new AliassetTracker::remove method.  Because we need to be able to remove
a pointer from an AliasSet, maintain the pointer values on a doubly linked
list instead of a singly linked list, to permit efficient removal from the
middle of the list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10506 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/AliasSetTracker.h
lib/Analysis/AliasSetTracker.cpp