From: Evan Cheng Date: Wed, 12 May 2010 20:20:22 +0000 (+0000) Subject: Remove a dead fixme. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a4d73d01c4850dce6a951228b13dcd8e733704b4;p=oota-llvm.git Remove a dead fixme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103642 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/lib/Target/ARM/ARMExpandPseudoInsts.cpp index 845d088f56c..eb02b4f68a2 100644 --- a/lib/Target/ARM/ARMExpandPseudoInsts.cpp +++ b/lib/Target/ARM/ARMExpandPseudoInsts.cpp @@ -103,7 +103,6 @@ bool ARMExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) { MI.eraseFromParent(); Modified = true; } - // FIXME: expand t2MOVi32imm } MBBI = NMBBI; }