[Mlir-commits] [mlir] 2321ab9 - [mlir] Fix mismatched-tags warning
Jacques Pienaar
llvmlistbot at llvm.org
Thu May 28 09:07:14 PDT 2020
Author: Jacques Pienaar
Date: 2020-05-28T09:06:47-07:00
New Revision: 2321ab9c69ad33944697cde68525fd7b2bf4b36a
URL: https://github.com/llvm/llvm-project/commit/2321ab9c69ad33944697cde68525fd7b2bf4b36a
DIFF: https://github.com/llvm/llvm-project/commit/2321ab9c69ad33944697cde68525fd7b2bf4b36a.diff
LOG: [mlir] Fix mismatched-tags warning
Added:
Modified:
mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h
Removed:
################################################################################
diff --git a/mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h b/mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h
index 2c4b3dc6ac88..b022ebc042c9 100644
--- a/mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h
+++ b/mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h
@@ -15,7 +15,7 @@
namespace mlir {
class Location;
-class LogicalResult;
+struct LogicalResult;
class ModuleOp;
class Operation;
More information about the Mlir-commits
mailing list