Use const vector references instead of a vector copy. Spotted by Devang.
authorEric Christopher <echristo@apple.com>
Fri, 6 Jan 2012 23:03:34 +0000 (23:03 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 6 Jan 2012 23:03:34 +0000 (23:03 +0000)
commitfa03db0d2d896a689ac58cb63ec9e1b10af72868
tree2900a83e19c8a8adb5b6861939146b989b102134
parent547abbb40bc9d986446fa493b0caae5ed1f346f2
Use const vector references instead of a vector copy. Spotted by Devang.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147694 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp