Skip to content

Commit 1255448

Browse files
authored
Fix typo
Attempted to merge via web interface on mobile and I missed it.
1 parent 797008e commit 1255448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/lib/Dialect/Test/TestPatterns.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ struct TestLegalizePatternDriver
15071507
ConversionTarget target(getContext());
15081508
target.addLegalOp<ModuleOp>();
15091509
target.addLegalOp<LegalOpA, LegalOpB, LegalOpC, TestCastOp, TestValidOp,
1510-
TerminatorOp, TestConstantOp, OneRegionOp,
1510+
TerminatorOp, TestOpConstant, OneRegionOp,
15111511
TestValidProducerOp, TestValidConsumerOp>();
15121512
target.addLegalOp(OperationName("test.legal_op", &getContext()));
15131513
target

0 commit comments

Comments
 (0)