From: Bill Wendling Date: Thu, 18 Nov 2010 19:44:29 +0000 (+0000) Subject: Missed the _RET versions of LDMIA. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=707120047e0107cb15dd4bbb31613df129b13c7a;p=oota-llvm.git Missed the _RET versions of LDMIA. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119726 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMLoadStoreOptimizer.cpp b/lib/Target/ARM/ARMLoadStoreOptimizer.cpp index 36ce72527ee..a544029e5ab 100644 --- a/lib/Target/ARM/ARMLoadStoreOptimizer.cpp +++ b/lib/Target/ARM/ARMLoadStoreOptimizer.cpp @@ -212,10 +212,12 @@ namespace llvm { AMSubMode getLoadStoreMultipleSubMode(int Opcode) { switch (Opcode) { default: llvm_unreachable("Unhandled opcode!"); + case ARM::LDMIA_RET: case ARM::LDMIA: case ARM::LDMIA_UPD: case ARM::STMIA: case ARM::STMIA_UPD: + case ARM::t2LDMIA_RET: case ARM::t2LDMIA: case ARM::t2LDMIA_UPD: case ARM::t2STMIA: