Add include/llvm/ADT/UsuallyTinyPtrVector.h which is a vector that
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 6 Mar 2012 02:08:48 +0000 (02:08 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 6 Mar 2012 02:08:48 +0000 (02:08 +0000)
commitbae75596aec8f9a296d92f1998a187fb9f1ae6b3
tree54b2d012c0560c7a6401deec35129582f8f6ac83
parent8250d7385a16e8d586f608b3040eb6738bbf8e55
Add include/llvm/ADT/UsuallyTinyPtrVector.h which is a vector that
optimizes the case where there is only one element.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152090 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/UsuallyTinyPtrVector.h [new file with mode: 0644]