This FIXME has been fixed.
authorJim Grosbach <grosbach@apple.com>
Fri, 11 Mar 2011 20:07:37 +0000 (20:07 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 11 Mar 2011 20:07:37 +0000 (20:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127483 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index 9243e860e547dc397945df7fd11ad87ea57c2e93..2bfe11c955e0011052231863b47cec0701fe6742 100644 (file)
@@ -3148,9 +3148,6 @@ def BCCZi64 : PseudoInst<(outs),
 // Conditional moves
 // FIXME: should be able to write a pattern for ARMcmov, but can't use
 // a two-value operand where a dag node expects two operands. :(
-// FIXME: These should all be pseudo-instructions that get expanded to
-//        the normal MOV instructions. That would fix the dependency on
-//        special casing them in tblgen.
 let neverHasSideEffects = 1 in {
 def MOVCCr : ARMPseudoInst<(outs GPR:$Rd), (ins GPR:$false, GPR:$Rm, pred:$p),
                            Size4Bytes, IIC_iCMOVr,