forked from OSchip/llvm-project
[X86] Remove stale FIXME.
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
This commit is contained in:
parent
a533e87792
commit
5efc928ab2
|
@ -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> {
|
||||
|
|
Loading…
Reference in New Issue