[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)
commit50a0615264c104d1f6fcf63a7b610e35429e7264
treeec00e27a3da8b69119c2e40b8f3e5c197b9752c0
parent612ddbfde03cf024083665a546613493d883f7b6
[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.

llvm-svn: 235475
llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp