Remove unused OpcodeMask enumerator.

llvm-svn: 132062
This commit is contained in:
Francois Pichet 2011-05-25 17:02:53 +00:00
parent f83114dceb
commit 85ec52125b
1 changed files with 0 additions and 1 deletions

View File

@ -449,7 +449,6 @@ namespace X86II {
SSEDomainShift = SegOvrShift + 2,
OpcodeShift = SSEDomainShift + 2,
OpcodeMask = 0xFFUL << OpcodeShift,
//===------------------------------------------------------------------===//
/// VEX - The opcode prefix used by AVX instructions