We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0364077 commit 4bf2f8cCopy full SHA for 4bf2f8c
mlir/lib/Conversion/ConvertToEmitC/ConvertToEmitCPass.cpp
@@ -44,7 +44,7 @@ class ConvertToEmitCPassInterface {
44
/// This method returns whether the initialization process failed.
45
virtual LogicalResult initialize() = 0;
46
47
- /// Transform `op` to the EMitC dialect with the conversions available in the
+ /// Transform `op` to the EmitC dialect with the conversions available in the
48
/// pass. The analysis manager can be used to query analyzes like
49
/// `DataLayoutAnalysis` to further configure the conversion process. This
50
/// method is invoked by `ConvertToEmitC::runOnOperation`. This method returns
0 commit comments