summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
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
commit5aa20d6c26b0bb9bed6a859394107dab9c97117a (patch)
tree3b8be1a432af69078a53d1507098fec3e60ff94d /llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
parent955a0e71e92629f71cdb280c94efbd414fd1e030 (diff)
downloadbcm5719-llvm-5aa20d6c26b0bb9bed6a859394107dab9c97117a.tar.gz
bcm5719-llvm-5aa20d6c26b0bb9bed6a859394107dab9c97117a.zip
Remove a dead fixme.
llvm-svn: 103642
Diffstat (limited to 'llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
index 845d088f56c..eb02b4f68a2 100644
--- a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
+++ b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
@@ -103,7 +103,6 @@ bool ARMExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) {
MI.eraseFromParent();
Modified = true;
}
- // FIXME: expand t2MOVi32imm
}
MBBI = NMBBI;
}
OpenPOWER on IntegriCloud