[flang-commits] [flang] 7ac2500 - [NFC][flang] Remove the unused header in Bridge.cpp
Peixin Qiao via flang-commits
flang-commits at lists.llvm.org
Wed Jul 27 08:21:17 PDT 2022
Author: Peixin Qiao
Date: 2022-07-27T23:20:13+08:00
New Revision: 7ac2500eb05fde69235a4dfbc435dc9362fbcd83
URL: https://github.com/llvm/llvm-project/commit/7ac2500eb05fde69235a4dfbc435dc9362fbcd83
DIFF: https://github.com/llvm/llvm-project/commit/7ac2500eb05fde69235a4dfbc435dc9362fbcd83.diff
LOG: [NFC][flang] Remove the unused header in Bridge.cpp
The header file OpenMPDialect.h is added in Bridge.cpp in D130027,
but it is unused. Remove it.
Differential Revision: https://reviews.llvm.org/D130625
Added:
Modified:
flang/lib/Lower/Bridge.cpp
Removed:
################################################################################
diff --git a/flang/lib/Lower/Bridge.cpp b/flang/lib/Lower/Bridge.cpp
index 05af25a842e94..5a5cfe56be984 100644
--- a/flang/lib/Lower/Bridge.cpp
+++ b/flang/lib/Lower/Bridge.cpp
@@ -44,7 +44,6 @@
#include "flang/Runtime/iostat.h"
#include "flang/Semantics/tools.h"
#include "mlir/Dialect/ControlFlow/IR/ControlFlowOps.h"
-#include "mlir/Dialect/OpenMP/OpenMPDialect.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Parser/Parser.h"
#include "mlir/Transforms/RegionUtils.h"
More information about the flang-commits
mailing list