Skip to content

Commit 989bc69

Browse files
authored
llvm-reduce: Trim includes in ReduceInstructions (#135022)
1 parent 2ab2276 commit 989bc69

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313

1414
#include "ReduceInstructions.h"
1515
#include "Utils.h"
16-
#include "llvm/IR/Constants.h"
17-
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
18-
#include "llvm/Transforms/Utils/Cloning.h"
19-
#include <set>
2016

2117
using namespace llvm;
2218

0 commit comments

Comments
 (0)