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)
commitdbd7b95ed415a7d9fd5f53d9f811906c58912c60
tree49764e1e9db57f909693f2020fe05c3669a112e4
parent7eafc3e7be067709c6fcdae7b7fc4994c7ec2377
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169157 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Writer/BitcodeWriter.cpp