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)
commit4125886b38d042f95bf6abfa354b1fb4db2e9a54
tree7457ffb97733f43418e38b23276b5dacf7de0fb5
parent44b21749b9d60e7212bee632dd11e4df1b19dfd6
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.

llvm-svn: 226424
llvm/include/llvm/ADT/TinyPtrVector.h