From: Bob Wilson Date: Thu, 6 Jan 2011 19:24:32 +0000 (+0000) Subject: Fix comment typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0fef58465cb3a54922b65da01b69bec98f43e36f;p=oota-llvm.git Fix comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122968 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 0be59ae0801..bd2e42b6172 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -1836,7 +1836,7 @@ defm STM : arm_ldst_mult<"stm", 0, LdStMulFrm, IIC_iStore_m, IIC_iStore_mu>; } // neverHasSideEffects -// Load / Store Multiple Mnemnoic Aliases +// Load / Store Multiple Mnemonic Aliases def : MnemonicAlias<"ldm", "ldmia">; def : MnemonicAlias<"stm", "stmia">;