[NFC] Fix indentation in td file
This commit is contained in:
parent
cd5900dcd1
commit
a25f7c530a
|
@ -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", []>;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue