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 533f85a commit fc0102eCopy full SHA for fc0102e
llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
@@ -398,13 +398,13 @@ struct RISCVOperand final : public MCParsedAsmOperand {
398
RegOp Reg;
399
ImmOp Imm;
400
FPImmOp FPImm;
401
- struct SysRegOp SysReg;
402
- struct VTypeOp VType;
403
- struct FRMOp FRM;
404
- struct FenceOp Fence;
405
- struct RlistOp Rlist;
406
- struct SpimmOp Spimm;
407
- struct RegRegOp RegReg;
+ SysRegOp SysReg;
+ VTypeOp VType;
+ FRMOp FRM;
+ FenceOp Fence;
+ RlistOp Rlist;
+ SpimmOp Spimm;
+ RegRegOp RegReg;
408
};
409
410
RISCVOperand(KindTy K) : Kind(K) {}
0 commit comments