[mlir] Update EmitC documentation
authorMarius Brehler <marius.brehler@iml.fraunhofer.de>
Fri, 3 Sep 2021 15:22:24 +0000 (15:22 +0000)
committerMarius Brehler <marius.brehler@iml.fraunhofer.de>
Fri, 3 Sep 2021 15:23:55 +0000 (15:23 +0000)
mlir/docs/Dialects/emitc.md

index 044120b..515021b 100644 (file)
@@ -16,9 +16,9 @@ These restrictions are neither inherent to the EmitC dialect itself nor to the
 Cpp emitter and therefore need to be considered while implementing conversions.
 
 After the conversion, C/C++ code can be emitted with `mlir-translate`. The tool
-support translating MLIR to C/C++ by passing `-mlir-to-cpp`.
+supports translating MLIR to C/C++ by passing `-mlir-to-cpp`.
 Furthermore, code with variables declared at top can be generated by passing 
-`-mlir-to-cpp-with-variable-declarations-at-top`.
+the additional argument `-declare-variables-at-top`.
 
 Besides operations part of the EmitC dialect, the Cpp targets supports
 translating the following operations: