llvm-6502/lib/CodeGen/AsmPrinter
Bill Wendling f34be827ac StringMap<DIE*>::iterator::first() returns a pointer to the first character of
the key. This will cause it to create a new std::string, which isn't
wanted. Instead, pass back the "const char*". Modify the EmitString() method to
take a "const char*".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68741 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-09 23:51:31 +00:00
..
AsmPrinter.cpp StringMap<DIE*>::iterator::first() returns a pointer to the first character of 2009-04-09 23:51:31 +00:00
CMakeLists.txt
DwarfWriter.cpp StringMap<DIE*>::iterator::first() returns a pointer to the first character of 2009-04-09 23:51:31 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
OcamlGCPrinter.cpp Registry.h should not depend on CommandLine.h. 2009-01-16 07:02:28 +00:00