Revert "Remove the explicit SDNodeIterator::operator= in favor of the implicit default"
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 21:18:16 +0000 (21:18 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 21:18:16 +0000 (21:18 +0000)
commit317ccafdbd0a10a57b9866c5bf3808b970ebb9ea
tree0f83f3adea6201ddf1f66af1bdb782d29a08c38f
parentb13215ec3b5380661d3c38d0ec3fc54600bb5e41
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implicit default"

Accidentally committed a few more of these cleanup changes than
intended. Still breaking these out & tidying them up.

This reverts commit r231135.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231136 91177308-0d34-0410-b5e6-96231b3b80d8
23 files changed:
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/IntervalIterator.h
include/llvm/Analysis/RegionIterator.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/IR/CFG.h
include/llvm/IR/ValueHandle.h
include/llvm/MC/MCContext.h
include/llvm/Support/CommandLine.h
include/llvm/Support/Format.h
include/llvm/Support/YAMLParser.h
lib/Analysis/CFLAliasAnalysis.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveStackAnalysis.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
tools/llvm-diff/DiffLog.h
unittests/ADT/DenseMapTest.cpp
unittests/ADT/ilistTest.cpp
utils/TableGen/AsmMatcherEmitter.cpp