]> granicus.if.org Git - llvm/commit
Bitcode: Move version and global value module code parsers to separate functions...
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 12 Apr 2017 20:02:09 +0000 (20:02 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 12 Apr 2017 20:02:09 +0000 (20:02 +0000)
commit5bfc47d15218f898494f4916fca6f36051f572f1
tree1045f666f4e77be27a6c785d55f2dfea1e9d31cd
parentab480f45cd23c08cb9aa3f427aad072df249135f
Bitcode: Move version and global value module code parsers to separate functions. NFCI.

This will make it easier to teach this code about the string table.

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

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