Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifying the...
authorCraig Topper <craig.topper@gmail.com>
Wed, 3 Jul 2013 05:18:47 +0000 (05:18 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 3 Jul 2013 05:18:47 +0000 (05:18 +0000)
commit32bdf82b9fbe88687be160863a6d221fe692c58b
treeccdf2ad54a080ffff7c72149fcedc2431d2bb914
parent78477ffdfd63ddf1ba22d9d2121c8f6ed9f9efa1
Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifying the vector size.

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