mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
[AArch64] Remove unnecessary whitespace. (Test commit)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218680 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9e6df85d39
commit
8a23890385
@ -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
Block a user