Move calls to push_back out of readAbbreviated(Literal|Field).
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 13 Nov 2014 22:29:02 +0000 (22:29 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 13 Nov 2014 22:29:02 +0000 (22:29 +0000)
commit83e56d6b474d5424a1b3f680e93bb18ed74bee93
tree6b30af3f4bae333b06f695d40cb94ac725cc9edf
parentc12b641130827a41b1e1192bbca341090da51d02
Move calls to push_back out of readAbbreviated(Literal|Field).

These functions always return a single value and not all callers want to
push them into a SmallVector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221934 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Reader/BitstreamReader.cpp