[X86] Remove stale FIXME.
authorCraig Topper <craig.topper@intel.com>
Mon, 23 Sep 2019 01:21:47 +0000 (01:21 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 23 Sep 2019 01:21:47 +0000 (01:21 +0000)
This goes back to when MMX was migrated to intrinsic only. The
hack referenced here has been gone for quite a while.

llvm-svn: 372536

llvm/lib/Target/X86/X86InstrMMX.td

index 93b3184..ed44552 100644 (file)
@@ -30,7 +30,6 @@ def MMX_SET0 : I<0, Pseudo, (outs VR64:$dst), (ins), "", []>;
 
 let Constraints = "$src1 = $dst" in {
   // MMXI_binop_rm_int - Simple MMX binary operator based on intrinsic.
-  // When this is cleaned up, remove the FIXME from X86RecognizableInstr.cpp.
   multiclass MMXI_binop_rm_int<bits<8> opc, string OpcodeStr, Intrinsic IntId,
                                X86FoldableSchedWrite sched, bit Commutable = 0,
                                X86MemOperand OType = i64mem> {