OSDN Git Service

Adjust the slot machine to handle Types separately from Values. This was
authorReid Spencer <rspencer@reidspencer.com>
Sun, 4 Jul 2004 11:50:43 +0000 (11:50 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 4 Jul 2004 11:50:43 +0000 (11:50 +0000)
commit0e25e1cdcf1f73bb9f56b91155d5c0ef42ef0a44
treed89674f079f1297006857cb61f966f440fad45f3
parentd57da4b27d55379fd4d15dbd3344486caa58d80b
Adjust the slot machine to handle Types separately from Values. This was
done by doubling up the data structures so that Type based equivalents are
used. A consequence of this is overloading of function members that take a
Type* instead of a Value*. Various other cleanups related to Type != Value
(bug 122) were also implemented.

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