[NFC] Fix indentation in td file

This commit is contained in:
Lei Huang 2022-11-29 12:11:06 -06:00
parent cd5900dcd1
commit a25f7c530a
1 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ multiclass XOForm_RTAB5_L1r<bits<6> opcode, bits<9> xo, dag OOL, dag IOL,
}
let Predicates = [IsISAFuture] in {
defm SUBFUS : XOForm_RTAB5_L1r<31, 72, (outs g8rc:$RT),
defm SUBFUS : XOForm_RTAB5_L1r<31, 72, (outs g8rc:$RT),
(ins g8rc:$RA, g8rc:$RB, u1imm:$L),
"subfus", "$RT, $L, $RA, $RB", []>;
}