Skip to content

Commit e5bf14e

Browse files
[InstCombine] Remove unused includes (NFC) (#114709)
Identified with misc-include-cleaner.
1 parent 23d209f commit e5bf14e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
#include "InstCombineInternal.h"
1414
#include "llvm/ADT/APSInt.h"
15-
#include "llvm/ADT/ScopeExit.h"
1615
#include "llvm/ADT/SetVector.h"
1716
#include "llvm/ADT/Statistic.h"
1817
#include "llvm/Analysis/CaptureTracking.h"

llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
#include <cassert>
4444
#include <cstdint>
4545
#include <functional>
46-
#include <type_traits>
4746
#include <utility>
4847

4948
using namespace llvm;

0 commit comments

Comments
 (0)