From: Jason W Kim Date: Wed, 8 Dec 2010 23:19:44 +0000 (+0000) Subject: Removed dead comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0062db8b4f388308f8838805f160259a48a2882e;p=oota-llvm.git Removed dead comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121313 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/lib/Target/ARM/ARMExpandPseudoInsts.cpp index d3b00a4c5ad..40c4ac42b95 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: