summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-04-09 23:51:31 +0000
committerBill Wendling <isanbard@gmail.com>2009-04-09 23:51:31 +0000
commit16abfc97fbae2f682236a5cd6e6394347037a824 (patch)
tree80277ec5f07b2ccce209f1cfb0730a9d14fdadca /clang/lib/CodeGen/CodeGenModule.cpp
parenta68bdef4823e0764fde7e9f44beefd2c561204a6 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud