Fix typo.

llvm-svn: 117703
This commit is contained in:
Jim Grosbach 2010-10-29 20:21:49 +00:00
parent 3b7e05bb97
commit cb8aec8ec9
1 changed files with 1 additions and 1 deletions

View File

@ -3142,7 +3142,7 @@ def Int_eh_sjlj_longjmp : XI<(outs), (ins GPR:$src, GPR:$scratch),
} }
// eh.sjlj.dispatchsetup pseudo-instruction. // 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 // handled when the pseudo is expanded (which happens before any passes
// that need the instruction size). // that need the instruction size).
let isBarrier = 1, hasSideEffects = 1 in let isBarrier = 1, hasSideEffects = 1 in