summaryrefslogtreecommitdiffstats
path: root/mlir/test/lib/TestDialect
diff options
context:
space:
mode:
authorKazuaki Ishizaki <ishizaki@jp.ibm.com>2019-12-09 09:23:15 -0800
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-12-09 09:23:48 -0800
commitae05cf27c62ad7f656f9ac1bf76d5bfe6fec81b6 (patch)
tree787e4b0f9684a2dc13eda02b5f885e745ae4e4ca /mlir/test/lib/TestDialect
parent91c0074624a2ba7f3f56617da75afe70713b82b2 (diff)
downloadbcm5719-llvm-ae05cf27c62ad7f656f9ac1bf76d5bfe6fec81b6.tar.gz
bcm5719-llvm-ae05cf27c62ad7f656f9ac1bf76d5bfe6fec81b6.zip
Minor spelling tweaks
Closes tensorflow/mlir#304 PiperOrigin-RevId: 284568358
Diffstat (limited to 'mlir/test/lib/TestDialect')
-rw-r--r--mlir/test/lib/TestDialect/TestOps.td6
1 files changed, 3 insertions, 3 deletions
diff --git a/mlir/test/lib/TestDialect/TestOps.td b/mlir/test/lib/TestDialect/TestOps.td
index d998eb37e74..cf15d0e49f3 100644
--- a/mlir/test/lib/TestDialect/TestOps.td
+++ b/mlir/test/lib/TestDialect/TestOps.td
@@ -916,10 +916,10 @@ def MixedVResultOp3 : TEST_Op<"mixed_variadic_out3",
"Builder *builder, OperationState &state, IntegerAttr count",
[{
auto i32Type = builder->getIntegerType(32);
- state.addTypes(i32Type); // $ouput1
+ state.addTypes(i32Type); // $output1
SmallVector<Type, 4> types(count.getInt(), i32Type);
- state.addTypes(types); // $ouput2
- state.addTypes(types); // $ouput3
+ state.addTypes(types); // $output2
+ state.addTypes(types); // $output3
state.addAttribute("count", count);
}]>
];
OpenPOWER on IntegriCloud