[llvm] 05815c9 - Remove unused include that's also a layering violation. NFC.
Benjamin Kramer via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 27 12:22:25 PDT 2021
Author: Benjamin Kramer
Date: 2021-07-27T21:21:55+02:00
New Revision: 05815c9f638c2a62e1ce9b28b26d74c7bea81f2e
URL: https://github.com/llvm/llvm-project/commit/05815c9f638c2a62e1ce9b28b26d74c7bea81f2e
DIFF: https://github.com/llvm/llvm-project/commit/05815c9f638c2a62e1ce9b28b26d74c7bea81f2e.diff
LOG: Remove unused include that's also a layering violation. NFC.
Added:
Modified:
llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp b/llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
index 614e63833367..90679bcac4b7 100644
--- a/llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
+++ b/llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
@@ -69,7 +69,6 @@
#include "llvm/Analysis/LoopIterator.h"
#include "llvm/Analysis/OptimizationRemarkEmitter.h"
#include "llvm/Analysis/TargetTransformInfo.h"
-#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/CFG.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/IntrinsicInst.h"
More information about the llvm-commits
mailing list