[flang-commits] [flang] [flang][OpenMP] Remove unused #include "dump-parse-tree.h", NFC (PR #169708)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Wed Nov 26 10:26:50 PST 2025


https://github.com/kparzysz created https://github.com/llvm/llvm-project/pull/169708

None

>From d270ec2e5368b65f5d60b8c79c782e5d06eb6365 Mon Sep 17 00:00:00 2001
From: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: Wed, 26 Nov 2025 12:24:22 -0600
Subject: [PATCH] [flang][OpenMP] Remove unused #include "dump-parse-tree.h",
 NFC

---
 flang/lib/Lower/OpenMP/ClauseProcessor.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flang/lib/Lower/OpenMP/ClauseProcessor.h b/flang/lib/Lower/OpenMP/ClauseProcessor.h
index 529b871330052..54ec9c5f0d752 100644
--- a/flang/lib/Lower/OpenMP/ClauseProcessor.h
+++ b/flang/lib/Lower/OpenMP/ClauseProcessor.h
@@ -20,7 +20,6 @@
 #include "flang/Lower/OpenMP/Clauses.h"
 #include "flang/Lower/Support/ReductionProcessor.h"
 #include "flang/Optimizer/Builder/Todo.h"
-#include "flang/Parser/dump-parse-tree.h"
 #include "flang/Parser/parse-tree.h"
 #include "mlir/Dialect/OpenMP/OpenMPDialect.h"
 



More information about the flang-commits mailing list