summaryrefslogtreecommitdiffstats
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
commitba8b6d9a1cf02628ca3db97f28fd2fc9671456ee (patch)
tree12323fd2c1339c17e67d762afc2187c31ff65c44
parentc79c5f6e8c989195f321305f72e9e93e39931e89 (diff)
downloadbcm5719-llvm-ba8b6d9a1cf02628ca3db97f28fd2fc9671456ee.tar.gz
bcm5719-llvm-ba8b6d9a1cf02628ca3db97f28fd2fc9671456ee.zip
Removed dead comment.
llvm-svn: 121313
-rw-r--r--llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
index d3b00a4c5ad..40c4ac42b95 100644
--- a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
+++ b/llvm/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:
OpenPOWER on IntegriCloud