[opaque pointer types] Serialize the value type for atomic store instructions
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 22 Apr 2015 04:14:46 +0000 (04:14 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 22 Apr 2015 04:14:46 +0000 (04:14 +0000)
commit5bd65c73d748eeaeadd6bd4b240e5e4f725f1fe6
tree91c5407cc33e535e90e4e934f34c3dde38e7381e
parent5db5cae26feaef6b59eff4072df23711f4ddb663
[opaque pointer types] Serialize the value type for atomic store instructions

Without pointee types the space optimization of storing only the pointer
type and not the value type won't be viable - so add the extra type
information that would be missing.

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