Pass in a std::string when getting the names of debugging things. This cuts down
authorBill Wendling <isanbard@gmail.com>
Mon, 9 Mar 2009 05:04:40 +0000 (05:04 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 9 Mar 2009 05:04:40 +0000 (05:04 +0000)
commitccbdc7ab82792ac5d7863ef086f11fb010d88073
tree8fd761b3482c8df9272eac68f507776b394f2d32
parentbce6091d95b7fd56d7c6760b0de54fb6c4300539
Pass in a std::string when getting the names of debugging things. This cuts down
on the number of times a std::string is created and copied.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66396 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DebugInfo.h
lib/Analysis/DbgInfoPrinter.cpp
lib/Analysis/DebugInfo.cpp
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp