[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.h

Chris Lattner lattner at cs.uiuc.edu
Thu Nov 21 16:49:05 PST 2002


Changes in directory llvm/lib/Target/X86:

X86InstrInfo.h updated: 1.13 -> 1.14

---
Log message:

Add fixme


---
Diffs of the changes:

Index: llvm/lib/Target/X86/X86InstrInfo.h
diff -u llvm/lib/Target/X86/X86InstrInfo.h:1.13 llvm/lib/Target/X86/X86InstrInfo.h:1.14
--- llvm/lib/Target/X86/X86InstrInfo.h:1.13	Thu Nov 21 11:08:49 2002
+++ llvm/lib/Target/X86/X86InstrInfo.h	Thu Nov 21 16:48:01 2002
@@ -77,6 +77,9 @@
     // 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.





More information about the llvm-commits mailing list