forked from OSchip/llvm-project
e25b06fa23
vector.resize() is significantly slower than memset in many STLs and the cost of initializing these vectors is significant on targets with many registers. Since we don't need the overhead of a vector, use a simple unique_ptr instead. llvm-svn: 254526 |
||
---|---|---|
.. | ||
llvm | ||
llvm-c |