From: Evan Cheng Date: Tue, 7 Sep 2010 20:01:10 +0000 (+0000) Subject: Remove a dead comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dc0b06c8150071f75597a97d43529a5227031858;p=oota-llvm.git Remove a dead comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113259 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InstrInfo.td b/lib/Target/X86/X86InstrInfo.td index 879fa698019..965ddb2871e 100644 --- a/lib/Target/X86/X86InstrInfo.td +++ b/lib/Target/X86/X86InstrInfo.td @@ -599,7 +599,6 @@ let Uses = [EFLAGS] in { } 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;