[llvm] 893d63f - [RISCV][NFC] Fix comment to refer to correct file
Fraser Cormack via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 01:10:43 PDT 2022
Author: Fraser Cormack
Date: 2022-03-31T08:59:10+01:00
New Revision: 893d63fbdc0e08b8251e5ec0ce57be0e05229d2e
URL: https://github.com/llvm/llvm-project/commit/893d63fbdc0e08b8251e5ec0ce57be0e05229d2e
DIFF: https://github.com/llvm/llvm-project/commit/893d63fbdc0e08b8251e5ec0ce57be0e05229d2e.diff
LOG: [RISCV][NFC] Fix comment to refer to correct file
Added:
Modified:
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h b/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
index 868e761eb3fdc..ac6dc2476329d 100644
--- a/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
+++ b/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
@@ -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,
More information about the llvm-commits
mailing list