diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-14 06:04:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-14 06:04:35 +0000 |
commit | 774f2a2d51f256494327182c6fa84f3500c9ee01 (patch) | |
tree | 9ed642fda84ccf9ae91e97e70351f08a7353d829 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 4fe642eba89244b63a5f8e923cc3889e8c6c1b6c (diff) | |
download | llvm-774f2a2d51f256494327182c6fa84f3500c9ee01.zip llvm-774f2a2d51f256494327182c6fa84f3500c9ee01.tar.gz llvm-774f2a2d51f256494327182c6fa84f3500c9ee01.tar.bz2 |
Change the X86 asmprinter to use the mangler to apply suffixes like "$non_lazy_ptr"
to symbols instead of doing it with "printSuffixedName". This gets us to the point
where there is a real separation between computing a symbol name and printing it,
something I need for MC printer stuff.
This patch also fixes a corner case bug where unnamed private globals wouldn't get
the private label prefix.
Next up, rename all uses of getValueName -> getMangledName for better greppability,
and then tackle the ppc/arm backends to eliminate "printSuffixedName".
llvm-svn: 75610
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions