Skip to content

Commit 9e59c45

Browse files
committed
fixup: format decode function
1 parent a64ca22 commit 9e59c45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ static DecodeStatus DecodePPRRegisterClass(MCInst &Inst, unsigned RegNo,
144144
uint64_t Address,
145145
const MCDisassembler *Decoder);
146146
static DecodeStatus DecodePPRorPNRRegisterClass(MCInst &Inst, unsigned RegNo,
147-
uint64_t Addr,
148-
const MCDisassembler *Decoder);
147+
uint64_t Addr,
148+
const MCDisassembler *Decoder);
149149
static DecodeStatus DecodePNRRegisterClass(MCInst &Inst, unsigned RegNo,
150150
uint64_t Address,
151151
const MCDisassembler *Decoder);
@@ -745,8 +745,8 @@ static DecodeStatus DecodeMatrixTile(MCInst &Inst, unsigned RegNo,
745745
}
746746

747747
static DecodeStatus DecodePPRorPNRRegisterClass(MCInst &Inst, unsigned RegNo,
748-
uint64_t Addr,
749-
const MCDisassembler *Decoder) {
748+
uint64_t Addr,
749+
const MCDisassembler *Decoder) {
750750
if (RegNo > 15)
751751
return Fail;
752752

0 commit comments

Comments
 (0)