aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/IPO/MergeFunctions.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-03 13:48:55 -0800
committerGitHub <noreply@github.com>2024-11-03 13:48:55 -0800
commit98ea1a81a28a6dd36941456c8ab4ce46f665f57a (patch)
tree05d81421cf46004d5dbfaeff026a53b492f8f3c9 /llvm/lib/Transforms/IPO/MergeFunctions.cpp
parent2afc562d5d3bbe1b08cad486bc1cf1b078aba584 (diff)
downloadllvm-98ea1a81a28a6dd36941456c8ab4ce46f665f57a.zip
llvm-98ea1a81a28a6dd36941456c8ab4ce46f665f57a.tar.gz
llvm-98ea1a81a28a6dd36941456c8ab4ce46f665f57a.tar.bz2
[IPO] Remove unused includes (NFC) (#114716)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/Transforms/IPO/MergeFunctions.cpp')
-rw-r--r--llvm/lib/Transforms/IPO/MergeFunctions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/MergeFunctions.cpp b/llvm/lib/Transforms/IPO/MergeFunctions.cpp
index ad16b0b..b7d0c3d 100644
--- a/llvm/lib/Transforms/IPO/MergeFunctions.cpp
+++ b/llvm/lib/Transforms/IPO/MergeFunctions.cpp
@@ -94,7 +94,6 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/Argument.h"
#include "llvm/IR/BasicBlock.h"
-#include "llvm/IR/Constant.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/DebugLoc.h"