Skip to content

Commit 34f05e8

Browse files
committed
Update RISCVISAInfo.cpp
Change-Id: Ifc27c895f1542261efd76b0a3f4f95563ad16b77
1 parent b9501ff commit 34f05e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/TargetParser/RISCVISAInfo.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -742,9 +742,9 @@ Error RISCVISAInfo::checkDependency() {
742742
bool HasZvl = MinVLen != 0;
743743
bool HasZcmt = Exts.count("zcmt") != 0;
744744
static constexpr StringLiteral XqciExts[] = {
745-
{"xqcia"}, {"xqciac"}, {"xqcicli"}, {"xqcicm"}, {"xqcics"},
746-
{"xqcicsr"}, {"xqciint"}, {"xqcilia"}, {"xqcilo"}, {"xqcilsm"},
747-
{"xqcisls"}};
745+
{"xqcia"}, {"xqciac"}, {"xqcicli"}, {"xqcicm"},
746+
{"xqcics"}, {"xqcicsr"}, {"xqciint"}, {"xqcilia"},
747+
{"xqcilo"}, {"xqcilsm"}, {"xqcisls"}};
748748

749749
if (HasI && HasE)
750750
return getIncompatibleError("i", "e");

0 commit comments

Comments
 (0)