Eliminate unnecessary copy of FileName from GCOVLines.
authorDevang Patel <dpatel@apple.com>
Tue, 20 Sep 2011 17:43:14 +0000 (17:43 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 20 Sep 2011 17:43:14 +0000 (17:43 +0000)
commit865375ca7f68e60c0234916dd6bb365bb674bddb
tree96b5d3876b3a77f1de662f2b8886e1f540f6fccd
parentec6f2559fe1e257d221c9b4ce6c32584f7cc99b2
Eliminate unnecessary copy of FileName from GCOVLines.
GCOVLines is always accessed through a StringMap where the key is FileName.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140151 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/GCOVProfiling.cpp