[mlir][toy] Fix comment typo. NFC
authorJonathan Roelofs <jroelofs@jroelofs.com>
Fri, 10 Apr 2020 14:18:34 +0000 (08:18 -0600)
committerJonathan Roelofs <jroelofs@jroelofs.com>
Sat, 11 Apr 2020 15:11:35 +0000 (09:11 -0600)
Differential Revision: https://reviews.llvm.org/D77917

mlir/examples/toy/Ch6/mlir/LowerToLLVM.cpp
mlir/examples/toy/Ch7/mlir/LowerToLLVM.cpp

index 9c36f11c52c4bf4829499f48c3b2171dd6f7274c..39917996b9dabd663837ac0f2c38fc08a6d25ac2 100644 (file)
@@ -167,7 +167,7 @@ void ToyToLLVMLoweringPass::runOnOperation() {
   target.addLegalOp<ModuleOp, ModuleTerminatorOp>();
 
   // During this lowering, we will also be lowering the MemRef types, that are
-  // currently being operated on, to a representation in LLVM. Do perform this
+  // currently being operated on, to a representation in LLVM. To perform this
   // conversion we use a TypeConverter as part of the lowering. This converter
   // details how one type maps to another. This is necessary now that we will be
   // doing more complicated lowerings, involving loop region arguments.
index 9c36f11c52c4bf4829499f48c3b2171dd6f7274c..39917996b9dabd663837ac0f2c38fc08a6d25ac2 100644 (file)
@@ -167,7 +167,7 @@ void ToyToLLVMLoweringPass::runOnOperation() {
   target.addLegalOp<ModuleOp, ModuleTerminatorOp>();
 
   // During this lowering, we will also be lowering the MemRef types, that are
-  // currently being operated on, to a representation in LLVM. Do perform this
+  // currently being operated on, to a representation in LLVM. To perform this
   // conversion we use a TypeConverter as part of the lowering. This converter
   // details how one type maps to another. This is necessary now that we will be
   // doing more complicated lowerings, involving loop region arguments.