We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c315e7b commit 0b40481Copy full SHA for 0b40481
llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
@@ -1063,7 +1063,7 @@ struct RISCVOperand final : public MCParsedAsmOperand {
1063
return false;
1064
bool IsConstantImm = evaluateConstantImm(getImm(), Imm, VK);
1065
return IsConstantImm && isInt<32>(fixImmediateForRV32(Imm, isRV64Imm())) &&
1066
- VK == RISCVMCExpr::VK_RISCV_None;
+ VK == RISCVMCExpr::VK_RISCV_None;
1067
}
1068
1069
/// getStartLoc - Gets location of the first token of this operand
0 commit comments