[MCAsmParser] .rept/.irp/.irpc: remove excess tail EOL in expansion
``` .irp foo,1 nop .endr nop ``` expands to an excess EOL between two nop lines. Remove the excess EOL.
parent
772b1b0c
Please register or sign in to comment
``` .irp foo,1 nop .endr nop ``` expands to an excess EOL between two nop lines. Remove the excess EOL.
mentioned in commit 1e5f29af
·mentioned in commit 1e5f29af
mentioned in commit 195ba457
·mentioned in commit 195ba457