Remove explicit RNSuccIterator copy assignment in favor of implicit default
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Mar 2015 07:51:50 +0000 (07:51 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Mar 2015 07:51:50 +0000 (07:51 +0000)
commitee118f3bc8d3c1baaf4c4ae50b0cff1d2db10d39
tree25aabc5bfb3f45018e90f803a9c89378bca45ac0
parent5651a7bd67d465ea5c10c3f0a949c442bef36106
Remove explicit RNSuccIterator copy assignment in favor of implicit default

Asserting that the source and destination iterators are from the same
region is unnecessary - there's no reason to disallow reassignment from
any regions, so long as they aren't compared.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231224 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/RegionIterator.h