Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a unit test.
authorDouglas Gregor <dgregor@apple.com>
Tue, 19 Feb 2013 18:26:07 +0000 (18:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 19 Feb 2013 18:26:07 +0000 (18:26 +0000)
commitb1c67569c34180bcd911b48dd5b8e96c2fd8e3f9
tree552d86ae12ce083848157f027df489b057c2df50
parente758da20806cbae6db7760d38d187e076f6c3ea2
Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a unit test.

llvm-svn: 175538
llvm/include/llvm/ADT/MapVector.h
llvm/unittests/ADT/MapVectorTest.cpp