mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
Remove unused OpcodeMask enumerator.
llvm-svn: 132062
This commit is contained in:
parent
b8f50b86bc
commit
b2042fbfe2
@ -449,7 +449,6 @@ namespace X86II {
|
||||
SSEDomainShift = SegOvrShift + 2,
|
||||
|
||||
OpcodeShift = SSEDomainShift + 2,
|
||||
OpcodeMask = 0xFFUL << OpcodeShift,
|
||||
|
||||
//===------------------------------------------------------------------===//
|
||||
/// VEX - The opcode prefix used by AVX instructions
|
||||
|
Loading…
Reference in New Issue
Block a user