1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/include
Bill Wendling 62c4c8bc44 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*".

llvm-svn: 68741
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