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)
commit56aecccee09407a3a1f35fe214b900ca08f0ebe5
tree827d3133b175c7ffcef6d534757a5d710c20806b
parent18257c4106cebf087ef816b18bbf3ecec870f417
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.

llvm-svn: 174335
llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/include/llvm/IR/Attributes.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/IR/Attributes.cpp