Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone to"
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 29 Mar 2013 07:11:21 +0000 (07:11 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 29 Mar 2013 07:11:21 +0000 (07:11 +0000)
commitef484a376cce3729b45ad86eab5724aa83a61823
tree52a9bb3c778332c02329ceb9f04d7592d3e53080
parent617330909f0c26a3f2ab8601a029b9bdca48aa61
Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone to"

This reverts commit 617330909f0c26a3f2ab8601a029b9bdca48aa61.

It broke the bots:

/home/clangbuild2/clang-ppc64-2/llvm.src/unittests/ADT/SmallVectorTest.cpp:150: PushPopTest
/home/clangbuild2/clang-ppc64-2/llvm.src/unittests/ADT/SmallVectorTest.cpp:118: Failure
Value of: v[i].getValue()
  Actual: 0
Expected: value
Which is: 2

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178334 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallVector.h
lib/Support/SmallPtrSet.cpp
unittests/ADT/SmallPtrSetTest.cpp