Skip to content

Commit decbae4

Browse files
committed
Fix typo
1 parent 713d4c6 commit decbae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64InstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def HasSMEF16F16orSMEF8F16
247247
def HasNEONandIsStreamingSafe
248248
: Predicate<"Subtarget->hasNEON()">,
249249
AssemblerPredicateWithAll<(any_of FeatureNEON), "neon">;
250-
// A subet of NEON instructions legal in Streaming SVE mode with +sme2p2.
250+
// A subset of NEON instructions legal in Streaming SVE mode with +sme2p2.
251251
// TODO: Change to check for hasSME2p2() once FEAT_SME2p2 is implemented.
252252
def HasNEONandIsSME2p2StreamingSafe
253253
: Predicate<"Subtarget->isNeonAvailable()">,

0 commit comments

Comments
 (0)