diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-04-17 21:48:36 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-04-17 21:48:36 +0000 |
commit | 3f5966b85ea572002bfd0bb2f7c371ed087ae260 (patch) | |
tree | d418e9e72e27efda451714dc66fe908b58f43e5b /lib | |
parent | 67cd20d0396a68e61858736b7943dd352f1b0d0b (diff) | |
download | external_llvm-3f5966b85ea572002bfd0bb2f7c371ed087ae260.zip external_llvm-3f5966b85ea572002bfd0bb2f7c371ed087ae260.tar.gz external_llvm-3f5966b85ea572002bfd0bb2f7c371ed087ae260.tar.bz2 |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154953 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index af0cafb..9fb7b24 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -4106,7 +4106,7 @@ def ISB : AInoP<(outs), (ins memb_opt:$opt), MiscFrm, NoItinerary, let Inst{3-0} = opt; } -// Pseudo isntruction that combines movs + predicated rsbmi +// Pseudo instruction that combines movs + predicated rsbmi // to implement integer ABS let usesCustomInserter = 1, Defs = [CPSR] in { def ABS : ARMPseudoInst< |