forked from OSchip/llvm-project
[AArch64] Remove unnecessary whitespace. (Test commit)
llvm-svn: 218680
This commit is contained in:
parent
8a3716bfab
commit
2c13e71728
|
@ -588,7 +588,7 @@ static DecodeStatus DecodeFixedPointScaleImm32(llvm::MCInst &Inst, unsigned Imm,
|
|||
uint64_t Addr,
|
||||
const void *Decoder) {
|
||||
// scale{5} is asserted as 1 in tblgen.
|
||||
Imm |= 0x20;
|
||||
Imm |= 0x20;
|
||||
Inst.addOperand(MCOperand::CreateImm(64 - Imm));
|
||||
return Success;
|
||||
}
|
||||
|
@ -1526,7 +1526,7 @@ static DecodeStatus DecodeSystemPStateInstruction(llvm::MCInst &Inst,
|
|||
|
||||
bool ValidNamed;
|
||||
(void)AArch64PState::PStateMapper().toString(pstate_field, ValidNamed);
|
||||
|
||||
|
||||
return ValidNamed ? Success : Fail;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue