[Allocator] Fix an obvious think-o with the move assignment
authorChandler Carruth <chandlerc@gmail.com>
Fri, 18 Apr 2014 11:02:29 +0000 (11:02 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 18 Apr 2014 11:02:29 +0000 (11:02 +0000)
commit54125a2ba83085ef5e1a0cfe70dfe38a880582ba
tree2c5f43fe1414b8af63b139e99ccb2ab665192152
parent18eadd9260729a5c085d1e8ec45a294c3bd9e2a1
[Allocator] Fix an obvious think-o with the move assignment
implementation of the SpecificBumpPtrAllocator -- we have to actually
move the subobject. =] Noticed when using this code more directly.

llvm-svn: 206582
llvm/include/llvm/Support/Allocator.h