Use SmallVectorImpl::iterator/const_iterator instead of SmallVector
authorEric Christopher <echristo@gmail.com>
Wed, 3 Jul 2013 05:01:24 +0000 (05:01 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 3 Jul 2013 05:01:24 +0000 (05:01 +0000)
commitd0a3916e430201d0179c723e4ebdd9bf4f0ee02b
treef4143b85f140d1194db12dd776e43d3a6e361bd1
parent40c744ee33e5a13466de2fff4e9c355b6ce0b999
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@185511 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/RegisterScavenging.h
include/llvm/CodeGen/ScheduleDAG.h