aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/Debugify.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2020-07-24 12:40:34 +0100
committerSimon Pilgrim <llvm-dev@redking.me.uk>2020-07-24 12:40:50 +0100
commit5dd566b7c7b78bd385418c72d63c79895be9ae97 (patch)
tree18e1c8222c5427d1514a17e7e50b109778deaed5 /llvm/lib/Transforms/Utils/Debugify.cpp
parentcbb3571b0df5a0948602aa4d2b913b64270143ff (diff)
downloadllvm-5dd566b7c7b78bd385418c72d63c79895be9ae97.zip
llvm-5dd566b7c7b78bd385418c72d63c79895be9ae97.tar.gz
llvm-5dd566b7c7b78bd385418c72d63c79895be9ae97.tar.bz2
PassManager.h - remove unnecessary Function.h/Module.h includes. NFCI.
PassManager.h is one of the top headers in the ClangBuildAnalyzer frontend worst offenders list. This exposes a large number of implicit dependencies on various forward declarations/includes in other headers that need addressing.
Diffstat (limited to 'llvm/lib/Transforms/Utils/Debugify.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/Debugify.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/Debugify.cpp b/llvm/lib/Transforms/Utils/Debugify.cpp
index 8f98d81..ef156514 100644
--- a/llvm/lib/Transforms/Utils/Debugify.cpp
+++ b/llvm/lib/Transforms/Utils/Debugify.cpp
@@ -19,7 +19,6 @@
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
-#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"