Skip to content

Commit 7e97dca

Browse files
committed
Altfmt -> AltFmt
1 parent fe64fff commit 7e97dca

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
@@ -168,7 +168,7 @@ unsigned encodeVTYPE(VLMUL VLMul, unsigned SEW, bool TailAgnostic,
168168
VTypeI |= 0x40;
169169
if (MaskAgnostic)
170170
VTypeI |= 0x80;
171-
if (Altfmt)
171+
if (AltFmt)
172172
VTypeI |= 0x100;
173173

174174
return VTypeI;

0 commit comments

Comments
 (0)