llvm-6502/include
Chris Lattner 59ecdfbee3 rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more
descriptive.  Thange them to keep track of the ID of a global that is
assigned, not the first mangled name returned for it.  Without doing this,
we are required to always use the same suffix for a global that gets 
mangled.  This means that we can mangle the same global once with $stub
and another time with $non_lazy_ptr or whatever.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75561 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-14 00:01:06 +00:00
..
llvm rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more 2009-07-14 00:01:06 +00:00
llvm-c Match declaration to definition. 2009-07-12 23:50:34 +00:00