]> granicus.if.org Git - llvm/commit
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)
commit995bc5b095a51b5998b66928b3faab8d50c5c5ec
tree796023c2ad2912c1e3d7e3e7417f240e53af1efe
parent5c741f7437f577bdc9e7036a943f43d282a3b514
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

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