Use const_iterator where appropriate.
llvm-svn: 105620
This commit is contained in:
@@ -290,7 +290,7 @@ bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes,
|
||||
const changeset_ty &Required) {
|
||||
changeset_ty Extended(Required);
|
||||
Extended.insert(Changes.begin(), Changes.end());
|
||||
for (changeset_ty::iterator it = Changes.begin(),
|
||||
for (changeset_ty::const_iterator it = Changes.begin(),
|
||||
ie = Changes.end(); it != ie; ++it)
|
||||
Extended.insert(pred_closure_begin(*it), pred_closure_end(*it));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user