aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CodeExtractor.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-14 00:01:06 +0000
committerChris Lattner <sabre@nondot.org>2009-07-14 00:01:06 +0000
commit59ecdfbee3aaf1ed48e8ddf0a660044fa8a93729 (patch)
treec0c1a0d03fd20221236b5882b43f9fd3e03e20cf /lib/Transforms/Utils/CodeExtractor.cpp
parent385396221bc244d6592a60133c55874ff57571ac (diff)
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
Diffstat (limited to 'lib/Transforms/Utils/CodeExtractor.cpp')
0 files changed, 0 insertions, 0 deletions