Skip to content

Commit 68d89e9

Browse files
committed
[RISCV] Remove stale comment. NFC
1 parent afc030d commit 68d89e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/TargetParser/RISCVISAInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,6 @@ RISCVISAInfo::parseArchString(StringRef Arch, bool EnableExperimentalExtension,
643643
for (const char *Ext : RISCVGImplications) {
644644
auto Version = findDefaultVersion(Ext);
645645
assert(Version && "Default extension version not found?");
646-
// Postpone AddExtension until end of this function
647646
ISAInfo->Exts[std::string(Ext)] = {Version->Major, Version->Minor};
648647
}
649648
break;

0 commit comments

Comments
 (0)