Revert "[ADT] Add a reserve method to DenseSet as well as an insert() for R-value"
authorMehdi Amini <mehdi.amini@apple.com>
Sat, 13 Aug 2016 20:14:39 +0000 (20:14 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Sat, 13 Aug 2016 20:14:39 +0000 (20:14 +0000)
commitbf0010934b8b6a18950ccc4d1cec6aa8e849eaba
treed0b5ae96ce24d212d210b0c85d191cf819aede3e
parent782788b7a126d5c5a75c8b1e13d8fca873ea1a9e
Revert "[ADT] Add a reserve method to DenseSet as well as an insert() for R-value"

This reverts commit r278600. The unittest does not pass on MSVC, there is
an extra move. Investigating how to make it more robust.

llvm-svn: 278603
llvm/include/llvm/ADT/DenseSet.h
llvm/unittests/ADT/DenseSetTest.cpp