forked from OSchip/llvm-project
[RISCV][NFC] Fix formatting on one line
This commit is contained in:
parent
e1fdd8048c
commit
a276d1f44b
|
@ -2598,8 +2598,7 @@ bool RISCVAsmParser::validateInstruction(MCInst &Inst,
|
|||
}
|
||||
|
||||
const MCInstrDesc &MCID = MII.get(Inst.getOpcode());
|
||||
RISCVII::VConstraintType Constraints =
|
||||
RISCVII::getConstraint(MCID.TSFlags);
|
||||
RISCVII::VConstraintType Constraints = RISCVII::getConstraint(MCID.TSFlags);
|
||||
if (Constraints == RISCVII::NoConstraint)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue