Hide the state of TinyPtrVector and remove the single element constructor.
authorMichael Gottesman <mgottesman@apple.com>
Mon, 19 Jan 2015 02:09:54 +0000 (02:09 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 19 Jan 2015 02:09:54 +0000 (02:09 +0000)
commitb0b28ca4850592dbca75244ddc61499aca240e89
treec652674a9d45335fa43de75d80036025bebb32a2
parent15587b485b94ecfb58078ca4f096fd9e346a161f
Hide the state of TinyPtrVector and remove the single element constructor.

There is no reason for this state to be exposed as public. The single element
constructor was superfulous in light of the single element ArrayRef
constructor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226424 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/TinyPtrVector.h