Skip to content

Commit fe64fff

Browse files
committed
Altfmt -> AltFmt
1 parent 2500382 commit fe64fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/TargetParser/RISCVTargetParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ inline static bool isValidLMUL(unsigned LMUL, bool Fractional) {
9898
}
9999

100100
LLVM_ABI unsigned encodeVTYPE(VLMUL VLMUL, unsigned SEW, bool TailAgnostic,
101-
bool MaskAgnostic, bool Altfmt = false);
101+
bool MaskAgnostic, bool AltFmt = false);
102102

103103
LLVM_ABI unsigned encodeXSfmmVType(unsigned SEW, unsigned Widen, bool AltFmt);
104104

0 commit comments

Comments
 (0)