[flang-commits] [PATCH] D143994: [flang][hlfir] remove unnecessary header include

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Feb 14 05:13:50 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa5488a398f3b: [flang][hlfir] remove unnecessary header include (authored by jeanPerier).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143994/new/

https://reviews.llvm.org/D143994

Files:
  flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp


Index: flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
===================================================================
--- flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
+++ flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
@@ -11,7 +11,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "flang/Optimizer/HLFIR/HLFIROps.h"
-#include "flang/Optimizer/Builder/HLFIRTools.h"
 #include "flang/Optimizer/Dialect/FIROpsSupport.h"
 #include "flang/Optimizer/Dialect/FIRType.h"
 #include "flang/Optimizer/HLFIR/HLFIRDialect.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143994.497283.patch
Type: text/x-patch
Size: 552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230214/90c1a4f5/attachment-0001.bin>


More information about the flang-commits mailing list