Removed dead comment.

llvm-svn: 121313
This commit is contained in:
Jason W Kim 2010-12-08 23:19:44 +00:00
parent c79c5f6e8c
commit ba8b6d9a1c
1 changed files with 0 additions and 2 deletions

View 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: