Skip to content

Commit

Permalink
[flang] Removed unnecessary llvm/CodeGen/SelectionDAGNodes.h include.
Browse files Browse the repository at this point in the history
Required after D148767 for flang+debug+slibs build.

Reviewed By: chapuni, clementval

Differential Revision: https://reviews.llvm.org/D149764
  • Loading branch information
vzakhari committed May 3, 2023
1 parent 94058c4 commit 7a607e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flang/lib/Optimizer/Transforms/SimplifyIntrinsics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
#include "mlir/Transforms/RegionUtils.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include <llvm/CodeGen/SelectionDAGNodes.h>
#include <llvm/Support/ErrorHandling.h>
#include <mlir/Dialect/Arith/IR/Arith.h>
#include <mlir/IR/BuiltinTypes.h>
Expand Down

0 comments on commit 7a607e2

Please sign in to comment.