llvm-6502/lib
David Blaikie b13215ec3b 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
2015-03-03 21:17:08 +00:00
..
Analysis Remove the explicit SDNodeIterator::operator= in favor of the implicit default 2015-03-03 21:17:08 +00:00
AsmParser Remove the explicit SDNodeIterator::operator= in favor of the implicit default 2015-03-03 21:17:08 +00:00
Bitcode Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
CodeGen Remove the explicit SDNodeIterator::operator= in favor of the implicit default 2015-03-03 21:17:08 +00:00
DebugInfo [llvm-pdbdump] Many minor fixes and improvements 2015-03-02 04:39:56 +00:00
ExecutionEngine Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
Fuzzer
IR DebugInfo: Move new hierarchy into place 2015-03-03 17:24:31 +00:00
IRReader
LineEditor
Linker Restore LLVMLinkModules C API until it is properly deprecated. 2015-03-02 18:59:38 +00:00
LTO
MC Remove useless .debug_macinfo section setup. 2015-03-02 19:52:42 +00:00
Object Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,64}_t>(). 2015-03-02 21:19:12 +00:00
Option Remove explicit no-op dtor in favor of the implicit dtor so as not to disable/deprecate the copy operations. 2015-03-03 19:53:02 +00:00
ProfileData Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
Support Make Triple::getOSVersion make sense for Android. 2015-03-03 18:23:51 +00:00
TableGen Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
Target Remove the explicit SDNodeIterator::operator= in favor of the implicit default 2015-03-03 21:17:08 +00:00
Transforms Remove the explicit SDNodeIterator::operator= in favor of the implicit default 2015-03-03 21:17:08 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile