Bitcode: Merge the code for parsing global value module codes in the summary bitcode...
authorPeter Collingbourne <peter@pcc.me.uk>
Mon, 10 Apr 2017 21:17:54 +0000 (21:17 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Mon, 10 Apr 2017 21:17:54 +0000 (21:17 +0000)
commitf43e0ae7da27230ead43092268a315f87afbe3eb
tree7e2bb51baeca1b037b4744363a6e82a66fc248db
parent2bca1a9f40a4340afb2b727e6c979e6876bec831
Bitcode: Merge the code for parsing global value module codes in the summary bitcode reader. NFCI.

This code will need to be taught to handle string tables and it's better if
there is only one copy of it.

Differential Revision: https://reviews.llvm.org/D31829

llvm-svn: 299886
llvm/lib/Bitcode/Reader/BitcodeReader.cpp