Skip to content

Commit 126ce19

Browse files
committed
!fixup format
1 parent e147dd6 commit 126ce19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/TargetParser/RISCVISAInfo.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,8 +863,7 @@ void RISCVISAInfo::updateImplication() {
863863
}
864864

865865
// Add Zcf if C and F are enabled on RV32.
866-
if (XLen == 32 && Exts.count("c") && Exts.count("f") &&
867-
!Exts.count("zcf")) {
866+
if (XLen == 32 && Exts.count("c") && Exts.count("f") && !Exts.count("zcf")) {
868867
auto Version = findDefaultVersion("zcf");
869868
Exts["zcf"] = *Version;
870869
}

0 commit comments

Comments
 (0)