grammar tweak

llvm-svn: 113289
This commit is contained in:
Jim Grosbach 2010-09-07 21:30:25 +00:00
parent d0d37d1800
commit 9877af3b46
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ def tSpill : T1pIs<(outs), (ins tGPR:$src, t_addrmode_sp:$addr), IIC_iStorei,
// Load / store multiple Instructions.
//
// These requires base address to be written back or one of the loaded regs.
// These require base address to be written back or one of the loaded regs.
let mayLoad = 1, neverHasSideEffects = 1, hasExtraDefRegAllocReq = 1 in {
def tLDM : T1I<(outs),
(ins addrmode4:$addr, pred:$p, reglist:$dsts, variable_ops),