From 0062db8b4f388308f8838805f160259a48a2882e Mon Sep 17 00:00:00 2001 From: Jason W Kim Date: Wed, 8 Dec 2010 23:19:44 +0000 Subject: [PATCH] Removed dead comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121313 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMExpandPseudoInsts.cpp | 2 -- 1 file changed, 2 deletions(-) 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: