Almost too trivial to worry about, but it seems worth having consistency with
upcoming commits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318760
91177308-0d34-0410-b5e6-
96231b3b80d8
static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo,
uint64_t Address,
const void *Decoder) {
- if (RegNo > sizeof(GPRDecoderTable)) {
+ if (RegNo > sizeof(GPRDecoderTable))
return MCDisassembler::Fail;
- }
// We must define our own mapping from RegNo to register identifier.
// Accessing index RegNo in the register class will work in the case that