[llvm] 68d89e9 - [RISCV] Remove stale comment. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 22 21:26:18 PDT 2025
Author: Craig Topper
Date: 2025-04-22T21:25:41-07:00
New Revision: 68d89e931619ce5c9bc6fffcbe2d5b5268047f3c
URL: https://github.com/llvm/llvm-project/commit/68d89e931619ce5c9bc6fffcbe2d5b5268047f3c
DIFF: https://github.com/llvm/llvm-project/commit/68d89e931619ce5c9bc6fffcbe2d5b5268047f3c.diff
LOG: [RISCV] Remove stale comment. NFC
Added:
Modified:
llvm/lib/TargetParser/RISCVISAInfo.cpp
Removed:
################################################################################
diff --git a/llvm/lib/TargetParser/RISCVISAInfo.cpp b/llvm/lib/TargetParser/RISCVISAInfo.cpp
index 1e7144ce6d22b..ff0174210f87f 100644
--- a/llvm/lib/TargetParser/RISCVISAInfo.cpp
+++ b/llvm/lib/TargetParser/RISCVISAInfo.cpp
@@ -643,7 +643,6 @@ RISCVISAInfo::parseArchString(StringRef Arch, bool EnableExperimentalExtension,
for (const char *Ext : RISCVGImplications) {
auto Version = findDefaultVersion(Ext);
assert(Version && "Default extension version not found?");
- // Postpone AddExtension until end of this function
ISAInfo->Exts[std::string(Ext)] = {Version->Major, Version->Minor};
}
break;
More information about the llvm-commits
mailing list