Use uint64_t as the type for the X86 TSFlag format enum. Allows removal of the VEXShi...
authorCraig Topper <craig.topper@gmail.com>
Tue, 11 Nov 2014 07:32:32 +0000 (07:32 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 11 Nov 2014 07:32:32 +0000 (07:32 +0000)
commit20d2a260c9d33dd733b9667de05a3224fb86ddf4
treec3d56e6e247d81d299d283820adba46e0b50c773
parentf2fe3b72a93e4437eadc79d28844b868e1a1296a
Use uint64_t as the type for the X86 TSFlag format enum. Allows removal of the VEXShift hack that was used to access the higher bits of TSFlags.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221673 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp