aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/PredicateInfo.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-04 19:51:25 -0800
committerGitHub <noreply@github.com>2024-11-04 19:51:25 -0800
commit013f4a46d1978e370f940df3cbd04fb0399a04fe (patch)
tree175ef2f9cd8aef444961202f014d92fdaee58018 /llvm/lib/Transforms/Utils/PredicateInfo.cpp
parent097718bfe2624bfdbb8a39ffe2113539f7a743ae (diff)
downloadllvm-013f4a46d1978e370f940df3cbd04fb0399a04fe.zip
llvm-013f4a46d1978e370f940df3cbd04fb0399a04fe.tar.gz
llvm-013f4a46d1978e370f940df3cbd04fb0399a04fe.tar.bz2
[Utils] Remove unused includes (NFC) (#114748)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/Transforms/Utils/PredicateInfo.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/PredicateInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/PredicateInfo.cpp b/llvm/lib/Transforms/Utils/PredicateInfo.cpp
index 2415118..9ae10b0 100644
--- a/llvm/lib/Transforms/Utils/PredicateInfo.cpp
+++ b/llvm/lib/Transforms/Utils/PredicateInfo.cpp
@@ -27,7 +27,6 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/DebugCounter.h"
#include "llvm/Support/FormattedStream.h"
-#include <algorithm>
#define DEBUG_TYPE "predicateinfo"
using namespace llvm;
using namespace PatternMatch;