[Bitcode] Add enums for call instruction markers and flags. NFC.
authorAkira Hatanaka <ahatanaka@apple.com>
Sat, 7 Nov 2015 02:48:49 +0000 (02:48 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Sat, 7 Nov 2015 02:48:49 +0000 (02:48 +0000)
commit2ff41cea415a8d115df144422f7ee222f765e484
treea966a8e803b476f66739d535002b6de9aedd8527
parentd5e4538cdc28f5ea162b231cdadbb851ee980fdc
[Bitcode] Add enums for call instruction markers and flags. NFC.

This commit adds enums in LLVMBitCodes.h to improve readability and
maintainability. This is a follow-up to r252368 which was discussed
here:

http://reviews.llvm.org/D12923

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