First try at implementing the AliasSetTracker class. I'm sure it will need
authorChris Lattner <sabre@nondot.org>
Thu, 26 Sep 2002 21:49:07 +0000 (21:49 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Sep 2002 21:49:07 +0000 (21:49 +0000)
commit009cc3d2e85674f01f70d915e0c802d89d0b672f
tree8518ca4a5d154c5b30a1b0ee27184ac8050f4cf3
parent5817b4e1173e753ca105c454e0f7eab57ebcd003
First try at implementing the AliasSetTracker class. I'm sure it will need
revision as I start to use it though.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3954 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/AliasSetTracker.h [new file with mode: 0644]
lib/Analysis/AliasSetTracker.cpp [new file with mode: 0644]