aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-05-12 20:20:22 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-05-12 20:20:22 +0000
commita4d73d01c4850dce6a951228b13dcd8e733704b4 (patch)
tree2e4ea0622f73407d658e259e9b642feeecbbbbae
parent804291e31658d46fb1db5ecaf42b31950c02a6f2 (diff)
Remove a dead fixme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103642 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMExpandPseudoInsts.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/lib/Target/ARM/ARMExpandPseudoInsts.cpp
index 845d088f56..eb02b4f68a 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;
}