Add bitcode reader and writer support for ConstantDataAggregate, which
authorChris Lattner <sabre@nondot.org>
Mon, 30 Jan 2012 00:51:16 +0000 (00:51 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Jan 2012 00:51:16 +0000 (00:51 +0000)
commitd408f06048797a43b17a7740acb766cc5f0adfbb
treedf4331dfc6e8c3f358203551696e3485a54431a6
parentf95b2dafc9a6ae88c6085aceeaf7a34af09df93b
Add bitcode reader and writer support for ConstantDataAggregate, which
should be feature complete now.  Lets see if it works.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149215 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/LLVMBitCodes.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp