Skip to content

Commit 0786c1c

Browse files
committed
!fixup fix comment, thanks!
1 parent 2e8ea46 commit 0786c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class LowerMatrixIntrinsicsPass
2929
static bool isRequired() { return true; }
3030
};
3131

32-
/// A marker analyss to determine if extra passes should be run after lowering
32+
/// A marker analysis to signal if extra passes should be run after lowering
3333
/// matrix intrinsics.
3434
struct ShouldRunExtraMatrixPasses
3535
: public ShouldRunExtraPasses<ShouldRunExtraMatrixPasses>,

0 commit comments

Comments
 (0)