[Mlir-commits] [mlir] 71c1080 - [mlir][shape] Fix the comment in ShapeToStandard.cpp.
Alexander Belyaev
llvmlistbot at llvm.org
Tue Jun 16 04:50:53 PDT 2020
Author: Alexander Belyaev
Date: 2020-06-16T13:50:40+02:00
New Revision: 71c1080328c737844fc279740e25b7649605f1a6
URL: https://github.com/llvm/llvm-project/commit/71c1080328c737844fc279740e25b7649605f1a6
DIFF: https://github.com/llvm/llvm-project/commit/71c1080328c737844fc279740e25b7649605f1a6.diff
LOG: [mlir][shape] Fix the comment in ShapeToStandard.cpp.
Added:
Modified:
mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp b/mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
index 4efa4cb6e96a..a6e5a3783c1c 100644
--- a/mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
+++ b/mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
@@ -1,4 +1,4 @@
-//===- LinalgToStandard.cpp - conversion from Linalg to Standard dialect --===//
+//===- ShapeToStandard.cpp - conversion from Shape to Standard dialect ----===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the Mlir-commits
mailing list