Skip to content

Commit 2500382

Browse files
committed
Altfmt -> AltFmt
1 parent 77d2b05 commit 2500382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/TargetParser/RISCVTargetParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ namespace RISCVVType {
159159
// 5:3 | vsew[2:0] | Standard element width (SEW) setting
160160
// 2:0 | vlmul[2:0] | Vector register group multiplier (LMUL) setting
161161
unsigned encodeVTYPE(VLMUL VLMul, unsigned SEW, bool TailAgnostic,
162-
bool MaskAgnostic, bool Altfmt) {
162+
bool MaskAgnostic, bool AltFmt) {
163163
assert(isValidSEW(SEW) && "Invalid SEW");
164164
unsigned VLMulBits = static_cast<unsigned>(VLMul);
165165
unsigned VSEWBits = encodeSEW(SEW);

0 commit comments

Comments
 (0)