llvm-6502/include
Chandler Carruth ffd79061cc Lift self-copy protection up to the header file and add self-move
protection to the same layer.

This is in line with Howard's advice on how best to handle self-move
assignment as he explained on SO[1]. It also ensures that implementing
swap with move assignment continues to work in the case of self-swap.

[1]: http://stackoverflow.com/questions/9322174/move-assignment-operator-and-if-this-rhs

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195705 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-26 00:54:44 +00:00
..
llvm Lift self-copy protection up to the header file and add self-move 2013-11-26 00:54:44 +00:00
llvm-c Add a Scalarizer pass. 2013-11-22 16:58:05 +00:00