Removed dead comment.
authorJason W Kim <jason.w.kim.2009@gmail.com>
Wed, 8 Dec 2010 23:19:44 +0000 (23:19 +0000)
committerJason W Kim <jason.w.kim.2009@gmail.com>
Wed, 8 Dec 2010 23:19:44 +0000 (23:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121313 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMExpandPseudoInsts.cpp

index d3b00a4c5ad0be234a8e4a15c99fc01facd077a1..40c4ac42b95e28d314cdff8ccafcee5b5fa5d472 100644 (file)
@@ -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: