summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-04-17 21:48:36 +0000
committerChad Rosier <mcrosier@apple.com>2012-04-17 21:48:36 +0000
commit41675546ebfb6d42ae9ff85161b3844528620b3e (patch)
treea7cab0afdcbdf70ac516bc35b160722c05a7348e /llvm/lib/Target/ARM
parent105c984b511536a992aeaf63278eef7c53912a0c (diff)
downloadbcm5719-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.td2
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<
OpenPOWER on IntegriCloud