diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-04-09 23:51:31 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-04-09 23:51:31 +0000 |
commit | 16abfc97fbae2f682236a5cd6e6394347037a824 (patch) | |
tree | 80277ec5f07b2ccce209f1cfb0730a9d14fdadca /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | a68bdef4823e0764fde7e9f44beefd2c561204a6 (diff) | |
download | bcm5719-llvm-16abfc97fbae2f682236a5cd6e6394347037a824.tar.gz bcm5719-llvm-16abfc97fbae2f682236a5cd6e6394347037a824.zip |
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions