From: David Goodwin Date: Fri, 10 Jul 2009 15:33:46 +0000 (+0000) Subject: t2LDM_RET does not fall-through. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b1beca635fcac095c6227c6518a35e165f8f03bc;p=oota-llvm.git t2LDM_RET does not fall-through. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75250 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/Thumb2InstrInfo.cpp b/lib/Target/ARM/Thumb2InstrInfo.cpp index bd37ae6eda1..b82fb3fe9fc 100644 --- a/lib/Target/ARM/Thumb2InstrInfo.cpp +++ b/lib/Target/ARM/Thumb2InstrInfo.cpp @@ -72,7 +72,7 @@ Thumb2InstrInfo::BlockHasNoFallThrough(const MachineBasicBlock &MBB) const { // FIXME switch (MBB.back().getOpcode()) { case ARM::t2BX_RET: - // case ARM::LDM_RET: + case ARM::t2LDM_RET: case ARM::t2B: // Uncond branch. case ARM::t2BR_JTr: // Jumptable branch. case ARM::t2BR_JTm: // Jumptable branch through mem.