llvm-6502/include
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
..
llvm StringMap<DIE*>::iterator::first() returns a pointer to the first character of 2009-04-09 23:51:31 +00:00
llvm-c It makes no sense to have a ODR version of common 2009-03-11 20:14:15 +00:00