OSDN Git Service

There is no reason for Value to be an AbstractTypeUser. This just makes things
authorChris Lattner <sabre@nondot.org>
Thu, 2 Oct 2003 19:44:40 +0000 (19:44 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 2 Oct 2003 19:44:40 +0000 (19:44 +0000)
commit32002198432e8d701bca76e35a06bfbca94f0701
treeae0356c2545ca937014140920ffe30df93d77f9d
parent0dde36c4c70e2c16be7802e978fb7dd34a7125cb
There is no reason for Value to be an AbstractTypeUser.  This just makes things
significantly more complete.  Instead, just make DerivedType's AbstractTypeUser's,
and make Value contain a PATypeHolder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8828 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Constants.cpp
lib/VMCore/Value.cpp