[RISCV][NFC] Fix comment to refer to correct file
authorFraser Cormack <fraser@codeplay.com>
Thu, 31 Mar 2022 07:58:59 +0000 (08:58 +0100)
committerFraser Cormack <fraser@codeplay.com>
Thu, 31 Mar 2022 07:59:10 +0000 (08:59 +0100)
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h

index 868e761eb3fdc0cf1ffc7ebf28d826a8e5bf97d7..ac6dc2476329d2812cd32da70af205e67d4ee773 100644 (file)
@@ -97,7 +97,7 @@ enum {
   UsesMaskPolicyMask = 1 << UsesMaskPolicyShift,
 };
 
-// Match with the definitions in RISCVInstrFormatsV.td
+// Match with the definitions in RISCVInstrFormats.td
 enum VConstraintType {
   NoConstraint = 0,
   VS2Constraint = 0b001,