Initial cleanups of the param-attribute code in the bitcode reader/writer.
authorBill Wendling <isanbard@gmail.com>
Mon, 4 Feb 2013 23:32:23 +0000 (23:32 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 4 Feb 2013 23:32:23 +0000 (23:32 +0000)
commitf9271ea159b97e2febedcf095c3c4122cb24d077
tree3c039e9f6223cafc13bb494584f6e434858fe6de
parent638c63ccf74807bbbff444d527a0acad592b3802
Initial cleanups of the param-attribute code in the bitcode reader/writer.

Rename the PARAMATTR_CODE_ENTRY to PARAMATTR_CODE_ENTRY_OLD. It will be replaced
by another encoding. Keep around the current LLVM attribute encoder/decoder
code, but move it to the bitcode directories so that no one's tempted to use
them.

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