summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-29 20:21:49 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-29 20:21:49 +0000
commitcb8aec8ec9fe419d664487df5904d428bd8d5b85 (patch)
treebe1c1f52c0b7c05bcc5048f42e0f96b3d409fe82 /llvm/lib
parent3b7e05bb976807a45294bfdb7a6878b7dd61aed5 (diff)
downloadbcm5719-llvm-cb8aec8ec9fe419d664487df5904d428bd8d5b85.tar.gz
bcm5719-llvm-cb8aec8ec9fe419d664487df5904d428bd8d5b85.zip
Fix typo.
llvm-svn: 117703
Diffstat (limited to 'llvm/lib')
-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 b1ca0032a26..66a55a19264 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.td
+++ b/llvm/lib/Target/ARM/ARMInstrInfo.td
@@ -3142,7 +3142,7 @@ def Int_eh_sjlj_longjmp : XI<(outs), (ins GPR:$src, GPR:$scratch),
}
// eh.sjlj.dispatchsetup pseudo-instruction.
-// This pseudo is usef for ARM, Thumb1 and Thumb2. Any differences are
+// This pseudo is used for ARM, Thumb1 and Thumb2. Any differences are
// handled when the pseudo is expanded (which happens before any passes
// that need the instruction size).
let isBarrier = 1, hasSideEffects = 1 in
OpenPOWER on IntegriCloud