Remove a dead fixme.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 12 May 2010 20:20:22 +0000 (20:20 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 12 May 2010 20:20:22 +0000 (20:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103642 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMExpandPseudoInsts.cpp

index 845d088f56c3e8e1375c088ae1a2929ecc457cd3..eb02b4f68a2d4e0d8313c0aa1cb28a20430373dc 100644 (file)
@@ -103,7 +103,6 @@ bool ARMExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) {
       MI.eraseFromParent();
       Modified = true;
     }
-    // FIXME: expand t2MOVi32imm
     }
     MBBI = NMBBI;
   }