Use SmallVectorImpl& instead of SmallVector& to avoid needlessly respecifying the...
authorCraig Topper <craig.topper@gmail.com>
Wed, 3 Jul 2013 04:24:43 +0000 (04:24 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 3 Jul 2013 04:24:43 +0000 (04:24 +0000)
commit977e9cd9c6dbbb987f9fd49621225a09281289fb
tree3231ab9a5af6fbcac728a4c492f0ed922767649f
parentd8e436550a507c3333fcb4ceb0714000019be292
Use SmallVectorImpl& instead of SmallVector& to avoid needlessly respecifying the small vector size.

llvm-svn: 185505
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp