aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-21 22:48:01 +0000
committerChris Lattner <sabre@nondot.org>2002-11-21 22:48:01 +0000
commit15207f45db9d95105ea4b17e2fb7d0c516a21ac6 (patch)
tree7be89fcb56eb7d14039e355cdfde97dfe6a11810 /lib
parent47b4a9b2e07e37f24f02dd31737def405452abf1 (diff)
downloadexternal_llvm-15207f45db9d95105ea4b17e2fb7d0c516a21ac6.zip
external_llvm-15207f45db9d95105ea4b17e2fb7d0c516a21ac6.tar.gz
external_llvm-15207f45db9d95105ea4b17e2fb7d0c516a21ac6.tar.bz2
Add fixme
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/X86InstrInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/X86/X86InstrInfo.h b/lib/Target/X86/X86InstrInfo.h
index 16b819f..4439dca 100644
--- a/lib/Target/X86/X86InstrInfo.h
+++ b/lib/Target/X86/X86InstrInfo.h
@@ -77,6 +77,9 @@ namespace X86II {
// starts with a 0x0F byte before the real opcode.
TB = 1 << 6,
+ // FIXME: There are several more two byte opcode escapes: D8-DF
+ // Handle this.
+
// OpSize - Set if this instruction requires an operand size prefix (0x66),
// which most often indicates that the instruction operates on 16 bit data
// instead of 32 bit data.