Skip to content

Commit e8b75c5

Browse files
committed
[NFC] Fix typo
1 parent 217a098 commit e8b75c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3929,7 +3929,7 @@ let Predicates = [HasSVEAES2, HasSVE2p1orSSVE_AES] in {
39293929
def AESEMC_4ZZI_B : sve_crypto_binary_multi4<0b1000, "aesemc">;
39303930
def AESDMIC_4ZZI_B : sve_crypto_binary_multi4<0b1100, "aesdimc">;
39313931

3932-
// SVE_AES2 mutlti-vector polynomial multitply
3932+
// SVE_AES2 multi-vector polynomial multiply
39333933
def PMLAL_2ZZZ_Q : sve_crypto_pmlal_multi<"pmlal">;
39343934
def PMULL_2ZZZ_Q : sve_crypto_pmull_multi<"pmull">;
39353935
} // End HasSVEAES2, HasSVE2p1orSSVE_AES

0 commit comments

Comments
 (0)