Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid having...
authorCraig Topper <craig.topper@gmail.com>
Wed, 3 Jul 2013 04:30:58 +0000 (04:30 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 3 Jul 2013 04:30:58 +0000 (04:30 +0000)
commit9f4c37915fbf11d16ed609ac016595387860ac3a
tree1a138e88bbc2ec7f7d1836376484266a327d4773
parent1c3751c21f22f136dd577d262ea7ac1151567d01
Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid having to specify the vector size in multiple places.

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