Skip to content

Commit 5ffc48e

Browse files
committed
Remove space
1 parent 7117bd5 commit 5ffc48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/ArmSMEToLLVM/ArmSMEToLLVM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ struct ConvertArmSMESpillsAndFillsToLLVM : public ConvertToLLVMPattern {
349349

350350
enum class RequiresSpillsAndFills { Yes, No };
351351

352-
/// Base class for ArmSME to LLVM conversion patterns. By default, this adds
352+
/// Base class for ArmSME to LLVM conversion patterns. By default, this adds
353353
/// spills and fills around ArmSME ops that use in-memory tile IDs. This can be
354354
/// disabled by setting the `requiresSpillsAndFills` template parameter to
355355
/// `RequiresSpillsAndFills::No`.

0 commit comments

Comments
 (0)