aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2015-04-22 17:48:26 +0000
committerPete Cooper <peter_cooper@apple.com>2015-04-22 17:48:26 +0000
commita63b04dfa1741dbeb20514855dd32064da59e058 (patch)
treeb19340bdd1e44dfc9e4487e003f8cebfea1f813a /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent5b4c5ebfe096a0e60ee4c5c6f6f6eec3136571f0 (diff)
downloadllvm-a63b04dfa1741dbeb20514855dd32064da59e058.zip
llvm-a63b04dfa1741dbeb20514855dd32064da59e058.tar.gz
llvm-a63b04dfa1741dbeb20514855dd32064da59e058.tar.bz2
Change MachineOperand::OpKind from unsigned char to a bitfield. NFC.
This causes OpKind and all the bitfields after it to use 32-bit load/stores instead of i24's for the existing bitfields. Bugs will be filed to track whether clang and llvm could have generated the 32-bit operations in the front-end or optimizer. Reviewed by Rafael. llvm-svn: 235528
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions