summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMExpandPseudoInsts.cpp
diff options
context:
space:
mode:
authorJason W Kim <jason.w.kim.2009@gmail.com>2010-12-08 23:19:44 +0000
committerJason W Kim <jason.w.kim.2009@gmail.com>2010-12-08 23:19:44 +0000
commit0062db8b4f388308f8838805f160259a48a2882e (patch)
tree2f9865b86ab7749c0522e907d69b365d412f62a3 /lib/Target/ARM/ARMExpandPseudoInsts.cpp
parenta0871e79270b2a05f93c9df73bbe24c587faa94e (diff)
downloadllvm-0062db8b4f388308f8838805f160259a48a2882e.tar.gz
llvm-0062db8b4f388308f8838805f160259a48a2882e.tar.bz2
llvm-0062db8b4f388308f8838805f160259a48a2882e.tar.xz
Removed dead comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMExpandPseudoInsts.cpp')
-rw-r--r--lib/Target/ARM/ARMExpandPseudoInsts.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/lib/Target/ARM/ARMExpandPseudoInsts.cpp
index d3b00a4c5a..40c4ac42b9 100644
--- a/lib/Target/ARM/ARMExpandPseudoInsts.cpp
+++ b/lib/Target/ARM/ARMExpandPseudoInsts.cpp
@@ -710,8 +710,6 @@ bool ARMExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) {
(*MIB).setMemRefs(MI.memoperands_begin(), MI.memoperands_end());
TransferImpOps(MI, MIB, MIB);
MI.eraseFromParent();
-
- //assert(0 && "HELP!");
}; break;
case ARM::t2LDRHpci: