diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-07-04 11:42:49 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-07-04 11:42:49 +0000 |
commit | 88f3e0731e932db48c6552fa5f145d020dee227e (patch) | |
tree | 050e0875b2b1ffdc16adc573bffbfc1e7e289f08 /llvm/lib/Bytecode/Writer/Writer.cpp | |
parent | 25319569fb47b18984f9526cf7fe38f43e0fbbc6 (diff) | |
download | bcm5719-llvm-88f3e0731e932db48c6552fa5f145d020dee227e.tar.gz bcm5719-llvm-88f3e0731e932db48c6552fa5f145d020dee227e.zip |
For bug 122:
Separate Types from Values because Type no longer inherits from Value. The
changes for this are too numerous to list. In essence, any data structure
that contained a Value was doubled so that Types could be contained
similarly. New members include Types, TypeMap, CompactionTypes, and
CompactionTypeMap. Functions taking a Value* were overloaded with a variant
that takes a Type* that acts on the new data structures.
llvm-svn: 14608
Diffstat (limited to 'llvm/lib/Bytecode/Writer/Writer.cpp')
0 files changed, 0 insertions, 0 deletions