projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b5bb3b
)
Remove unused OpcodeMask enumerator.
author
Francois Pichet
<pichet2000@gmail.com>
Wed, 25 May 2011 17:02:53 +0000
(17:02 +0000)
committer
Francois Pichet
<pichet2000@gmail.com>
Wed, 25 May 2011 17:02:53 +0000
(17:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132062
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrInfo.h
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrInfo.h
b/lib/Target/X86/X86InstrInfo.h
index 1ce60f96240f349fa913e5284384cb6cafe1ce62..d8950230d83dbfc8434cef99f3bd6e927d8b5c8b 100644
(file)
--- a/
lib/Target/X86/X86InstrInfo.h
+++ b/
lib/Target/X86/X86InstrInfo.h
@@
-449,7
+449,6
@@
namespace X86II {
SSEDomainShift = SegOvrShift + 2,
OpcodeShift = SSEDomainShift + 2,
- OpcodeMask = 0xFFUL << OpcodeShift,
//===------------------------------------------------------------------===//
/// VEX - The opcode prefix used by AVX instructions