llvm-6502/include
Chandler Carruth 46198164b3 Give SmallPtrSet move semantics when we have R-value references.
Somehow, this ADT got missed which is moderately terrifying considering
the efficiency of move for it.

The code to implement move semantics for it is pretty horrible
currently but was written to reasonably closely match the rest of the
code. Unittests that cover both copying and moving (at a basic level)
added.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195239 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-20 11:14:33 +00:00
..
llvm Give SmallPtrSet move semantics when we have R-value references. 2013-11-20 11:14:33 +00:00
llvm-c Expose the fence instruction via the C API. 2013-11-20 00:07:49 +00:00