Skip to content

Commit 0b40481

Browse files
committed
Fix Indentation
Change-Id: Iede8b12c1a8a59058969d8431bb7f66ca91c770e
1 parent c315e7b commit 0b40481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ struct RISCVOperand final : public MCParsedAsmOperand {
10631063
return false;
10641064
bool IsConstantImm = evaluateConstantImm(getImm(), Imm, VK);
10651065
return IsConstantImm && isInt<32>(fixImmediateForRV32(Imm, isRV64Imm())) &&
1066-
VK == RISCVMCExpr::VK_RISCV_None;
1066+
VK == RISCVMCExpr::VK_RISCV_None;
10671067
}
10681068

10691069
/// getStartLoc - Gets location of the first token of this operand

0 commit comments

Comments
 (0)