[llvm-commits] [llvm] r113259 - /llvm/trunk/lib/Target/X86/X86InstrInfo.td

Evan Cheng evan.cheng at apple.com
Tue Sep 7 13:01:10 PDT 2010


Author: evancheng
Date: Tue Sep  7 15:01:10 2010
New Revision: 113259

URL: http://llvm.org/viewvc/llvm-project?rev=113259&view=rev
Log:
Remove a dead comment.

Modified:
    llvm/trunk/lib/Target/X86/X86InstrInfo.td

Modified: llvm/trunk/lib/Target/X86/X86InstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86InstrInfo.td?rev=113259&r1=113258&r2=113259&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86InstrInfo.td (original)
+++ llvm/trunk/lib/Target/X86/X86InstrInfo.td Tue Sep  7 15:01:10 2010
@@ -599,7 +599,6 @@
 }
 def INT3 : I<0xcc, RawFrm, (outs), (ins), "int3",
               [(int_x86_int (i8 3))]>;
-// FIXME: need to make sure that "int $3" matches int3
 def INT : Ii8<0xcd, RawFrm, (outs), (ins i8imm:$trap), "int\t$trap",
               [(int_x86_int imm:$trap)]>;
 def IRET16 : I<0xcf, RawFrm, (outs), (ins), "iret{w}", []>, OpSize;





More information about the llvm-commits mailing list