commit | b13215ec3b5380661d3c38d0ec3fc54600bb5e41 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Tue Mar 03 21:17:08 2015 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Tue Mar 03 21:17:08 2015 +0000 |
tree | 96e87da2a4ed8c1f1a65e4b6ecb465fb1d5fa7c1 | |
parent | 113c43b2c627d4405a34b9e33b74e78cd58e8b80 [diff] |
Remove the explicit SDNodeIterator::operator= in favor of the implicit default 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@231135 91177308-0d34-0410-b5e6-96231b3b80d8