remove obsolete comment
authorJim Grosbach <grosbach@apple.com>
Wed, 8 Sep 2010 03:51:44 +0000 (03:51 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 8 Sep 2010 03:51:44 +0000 (03:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113337 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMBaseInstrInfo.cpp

index a7edea5dbff34eb376b740ebaf43a0b82753d38a..77cfcb9e5098ce38bfa1f08f5bc4876baaf4c74c 100644 (file)
@@ -747,7 +747,6 @@ storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
   case ARM::QPRRegClassID:
   case ARM::QPR_VFP2RegClassID:
   case ARM::QPR_8RegClassID:
-    // FIXME: Neon instructions should support predicates
     if (Align >= 16 && getRegisterInfo().needsStackRealignment(MF)) {
       AddDefaultPred(BuildMI(MBB, I, DL, get(ARM::VST1q))
                      .addFrameIndex(FI).addImm(16)