Skip to content

Commit f3820af

Browse files
committed
fixup! fix typo
1 parent cfe2fab commit f3820af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVSubtarget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class RISCVSubtarget : public RISCVGenSubtargetInfo {
187187
}
188188

189189
bool hasCZEROLike() const {
190-
return HadStdExtZicond || HasVendorXVentanaCondOps;
190+
return HasStdExtZicond || HasVendorXVentanaCondOps;
191191
}
192192

193193
bool hasConditionalMoveFusion() const {

0 commit comments

Comments
 (0)