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)
commitaf0ad9e20f949dfd33ecac18b6f565cca6f9c7ad
tree40b84562b6872932bd73f9214e7788008b2da815
parent72cde639cbdc579abac89b6b2e3e3b0f9b25a4c9
Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifying the vector size.

llvm-svn: 185514
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp