[AArch64] Remove unnecessary whitespace. (Test commit)

llvm-svn: 218680
This commit is contained in:
Tom Coxon 2014-09-30 16:23:16 +00:00
parent 8a3716bfab
commit 2c13e71728
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}