mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-20 08:54:08 +00:00
t2LDM_RET does not fall-through.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75250 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
179bef3636
commit
b1beca635f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user