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
3 files changed
tree: 80277ec5f07b2ccce209f1cfb0730a9d14fdadca
  1. clang/
  2. llvm/