aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LCSSA.cpp
diff options
context:
space:
mode:
authorserge-sans-paille <sguelton@redhat.com>2022-03-01 14:28:22 +0100
committerserge-sans-paille <sguelton@redhat.com>2022-03-01 21:00:07 +0100
commita494ae43bef09c8d0f6a6a98e92f3a89758247d5 (patch)
tree596a18b1d495892468c7f511736429f344d9d8c6 /llvm/lib/Transforms/Utils/LCSSA.cpp
parenteeaca53df7a030862bd1160950a6264aeb605cc6 (diff)
downloadllvm-a494ae43bef09c8d0f6a6a98e92f3a89758247d5.zip
llvm-a494ae43bef09c8d0f6a6a98e92f3a89758247d5.tar.gz
llvm-a494ae43bef09c8d0f6a6a98e92f3a89758247d5.tar.bz2
Cleanup includes: TransformsUtils
Estimation on the impact on preprocessor output: before: 1065307662 after: 1064800684 Discourse thread: https://discourse.llvm.org/t/include-what-you-use-include-cleanup Differential Revision: https://reviews.llvm.org/D120741
Diffstat (limited to 'llvm/lib/Transforms/Utils/LCSSA.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/LCSSA.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Utils/LCSSA.cpp b/llvm/lib/Transforms/Utils/LCSSA.cpp
index 111e051..84d377d 100644
--- a/llvm/lib/Transforms/Utils/LCSSA.cpp
+++ b/llvm/lib/Transforms/Utils/LCSSA.cpp
@@ -38,10 +38,8 @@
#include "llvm/Analysis/MemorySSA.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/Analysis/ScalarEvolutionAliasAnalysis.h"
-#include "llvm/IR/Constants.h"
#include "llvm/IR/DebugInfo.h"
#include "llvm/IR/Dominators.h"
-#include "llvm/IR/Function.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"