diff options
author | Chris Lattner <sabre@nondot.org> | 2002-11-21 22:48:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-11-21 22:48:01 +0000 |
commit | 15207f45db9d95105ea4b17e2fb7d0c516a21ac6 (patch) | |
tree | 7be89fcb56eb7d14039e355cdfde97dfe6a11810 /lib | |
parent | 47b4a9b2e07e37f24f02dd31737def405452abf1 (diff) | |
download | external_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.h | 3 |
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. |