commit | 113c43b2c627d4405a34b9e33b74e78cd58e8b80 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Tue Mar 03 21:17:00 2015 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Tue Mar 03 21:17:00 2015 +0000 |
tree | 0f83f3adea6201ddf1f66af1bdb782d29a08c38f | |
parent | fd9cb11cd4d26ca943c7635bd19994cc3b073af8 [diff] |
Remove the explicit SUnitIterator::operator= as the default is just fine There doesn't seem to be any need to assert that iterator assignment is between iterators over the same node - if you want to reuse an iterator variable to iterate another node, that's perfectly acceptable. Just don't mix comparisons between iterators into disjoint sequences, as usual. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231134 91177308-0d34-0410-b5e6-96231b3b80d8