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 | 41675546ebfb6d42ae9ff85161b3844528620b3e (patch) | |
| tree | a7cab0afdcbdf70ac516bc35b160722c05a7348e /llvm/lib/Target/ARM | |
| parent | 105c984b511536a992aeaf63278eef7c53912a0c (diff) | |
| download | bcm5719-llvm-41675546ebfb6d42ae9ff85161b3844528620b3e.tar.gz bcm5719-llvm-41675546ebfb6d42ae9ff85161b3844528620b3e.zip | |
Typo.
llvm-svn: 154953
Diffstat (limited to 'llvm/lib/Target/ARM')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td index af0cafb4774..9fb7b24ea4b 100644 --- a/llvm/lib/Target/ARM/ARMInstrInfo.td +++ b/llvm/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< |

