Since this SmallVector immediately grows on the next line, don't waste stack space...
authorMichael Ilseman <milseman@apple.com>
Mon, 3 Dec 2012 21:29:36 +0000 (21:29 +0000)
committerMichael Ilseman <milseman@apple.com>
Mon, 3 Dec 2012 21:29:36 +0000 (21:29 +0000)
commite26658d372fb8fada07777101c8bf1caaad375b7
tree07d0ef7465dcf78f864a5ef7b6b95f5554474fc1
parent811209be115d9d039d47aec0135f0629831cd53e
Since this SmallVector immediately grows on the next line, don't waste stack space. SmallVector is still needed due to existing APIs growing their arguments

llvm-svn: 169157
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp