mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Remove unused OpcodeMask enumerator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132062 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0b5bb3b2b4
commit
1b47720391
@ -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