aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86.td
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/X86/X86.td')
-rw-r--r--lib/Target/X86/X86.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td
index 39ba093..779d0b4 100644
--- a/lib/Target/X86/X86.td
+++ b/lib/Target/X86/X86.td
@@ -116,6 +116,7 @@ def X86InstrInfo : InstrInfo {
"ImmTypeBits",
"FPFormBits",
"hasLockPrefix",
+ "SegOvrBits",
"Opcode"];
let TSFlagsShifts = [0,
6,
@@ -125,6 +126,7 @@ def X86InstrInfo : InstrInfo {
13,
16,
19,
+ 20,
24];
}