diff options
author | Pete Cooper <peter_cooper@apple.com> | 2015-04-22 17:48:26 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2015-04-22 17:48:26 +0000 |
commit | a63b04dfa1741dbeb20514855dd32064da59e058 (patch) | |
tree | b19340bdd1e44dfc9e4487e003f8cebfea1f813a /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 5b4c5ebfe096a0e60ee4c5c6f6f6eec3136571f0 (diff) | |
download | llvm-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 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions