llvm-6502/include
Ted Kremenek 066ff5b7f2 Rewrote backpatcher. Backpatcher now stores the "has final pointer"
flag in the **key** of the backpatch map, as opposed to the mapped
value which contains either the final pointer, or a pointer to a chain
of pointers that need to be backpatched.  The bit flag was moved to
the key because we were erroneously assuming that the backpatched
pointers would be at an alignment of >= 2 bytes, which obviously
doesn't work for character strings.  Now we just steal the bit from the key.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43595 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-01 00:57:37 +00:00
..
llvm Rewrote backpatcher. Backpatcher now stores the "has final pointer" 2007-11-01 00:57:37 +00:00
llvm-c C and Objective Caml bindings for PHINode::addIncoming etc. 2007-10-08 18:14:39 +00:00