Remove a dead fixme.

llvm-svn: 103642
This commit is contained in:
Evan Cheng 2010-05-12 20:20:22 +00:00
parent 955a0e71e9
commit 5aa20d6c26
1 changed files with 0 additions and 1 deletions

View File

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