Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifyi...
authorCraig Topper <craig.topper@gmail.com>
Wed, 3 Jul 2013 04:42:33 +0000 (04:42 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 3 Jul 2013 04:42:33 +0000 (04:42 +0000)
commit40c744ee33e5a13466de2fff4e9c355b6ce0b999
tree80d5374b81751196358f5dad4848da129b64dc22
parent01eb99af2f2196241801b12f8ad841a2db346472
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.

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