Skip to content
Commit 16abfc97 authored by Bill Wendling's avatar Bill Wendling
Browse files

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
parent a68bdef4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment