summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-02-27 22:51:58 +0000
committerGreg Clayton <gclayton@apple.com>2013-02-27 22:51:58 +0000
commit8571963a7ce63d0d60665c3c33b4122a38b23636 (patch)
tree362b1644f330dcf162975d46885f40dc40339395 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parentdc601e3a099a6755cc91dd7ddc2061515120821d (diff)
downloadbcm5719-llvm-8571963a7ce63d0d60665c3c33b4122a38b23636.tar.gz
bcm5719-llvm-8571963a7ce63d0d60665c3c33b4122a38b23636.zip
Fixed a case where the result of std::string's c_str() method was being called on a local variable and returned as a const char * incorrectly. We used to cache the thread names for threads in the current host process, but we shoudn't be caching that as the names can change over time, so now a std::string is returned from Host::GetThreadName().
llvm-svn: 176217
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud