Don't return std::vector by value, but pass it in by reference to be filled.
authorBill Wendling <isanbard@gmail.com>
Thu, 3 Jul 2008 23:13:02 +0000 (23:13 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 3 Jul 2008 23:13:02 +0000 (23:13 +0000)
commitc04f46567c3ebf64257d8f03e29d80a69606a6bc
tree53afbe1b9267df3a9f088aa94f0ed1b92d31bb44
parent10fff6078a7bc42f142c536bd55e9569253b280b
Don't return std::vector by value, but pass it in by reference to be filled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53123 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/DwarfWriter.cpp
lib/CodeGen/MachineModuleInfo.cpp