summaryrefslogtreecommitdiffstats
path: root/mlir/test/lib/Transforms
diff options
context:
space:
mode:
authorKazuaki Ishizaki <kiszk@users.noreply.github.com>2019-10-20 09:44:06 -0700
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-10-20 09:44:36 -0700
commitf28c5aca1766889cc19b09ee32796df3e7b52cfe (patch)
treeb8b361fb5dae8136b577b7f3ab0e238f40081dff /mlir/test/lib/Transforms
parent8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c (diff)
downloadbcm5719-llvm-f28c5aca1766889cc19b09ee32796df3e7b52cfe.tar.gz
bcm5719-llvm-f28c5aca1766889cc19b09ee32796df3e7b52cfe.zip
Fix minor spelling tweaks (NFC)
Closes tensorflow/mlir#175 PiperOrigin-RevId: 275726876
Diffstat (limited to 'mlir/test/lib/Transforms')
-rw-r--r--mlir/test/lib/Transforms/TestLoopFusion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/test/lib/Transforms/TestLoopFusion.cpp b/mlir/test/lib/Transforms/TestLoopFusion.cpp
index 026a897fa8d..7dc722f21f6 100644
--- a/mlir/test/lib/Transforms/TestLoopFusion.cpp
+++ b/mlir/test/lib/Transforms/TestLoopFusion.cpp
@@ -129,7 +129,7 @@ static std::string getSliceStr(const mlir::ComputationSliceState &sliceUnion) {
// Computes fusion slice union on 'loops[i]' and 'loops[j]' at loop depths
// in range ['loopDepth' + 1, 'maxLoopDepth'].
-// Emits a string represention of the slice union as a remark on 'loops[j]'.
+// Emits a string representation of the slice union as a remark on 'loops[j]'.
static void testSliceComputation(SmallVector<AffineForOp, 2> &loops, unsigned i,
unsigned j, unsigned loopDepth,
unsigned maxLoopDepth) {
OpenPOWER on IntegriCloud