File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
llvm/tools/llvm-reduce/deltas Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919#include " llvm/IR/Instructions.h"
2020#include " llvm/IR/Intrinsics.h"
2121#include " llvm/IR/Operator.h"
22+ #include " llvm/Transforms/Utils/BasicBlockUtils.h"
23+ #include " llvm/Transforms/Utils/Cloning.h"
2224#include < set>
2325#include < vector>
2426
Original file line number Diff line number Diff line change 1515#define LLVM_TOOLS_LLVM_REDUCE_DELTAS_REDUCEARGUMENTS_H
1616
1717#include " Delta.h"
18- #include " llvm/IR/Argument.h"
19- #include " llvm/Transforms/Utils/BasicBlockUtils.h"
20- #include " llvm/Transforms/Utils/Cloning.h"
2118
2219namespace llvm {
2320void reduceArgumentsDeltaPass (Oracle &O, ReducerWorkItem &WorkItem);
Original file line number Diff line number Diff line change 1313#ifndef LLVM_TOOLS_LLVM_REDUCE_DELTAS_UTILS_H
1414#define LLVM_TOOLS_LLVM_REDUCE_DELTAS_UTILS_H
1515
16- #include " llvm/IR/Function.h"
17- #include " llvm/IR/Value.h"
1816#include " llvm/Support/CommandLine.h"
1917
2018namespace llvm {
19+ class Function ;
20+ class Type ;
21+ class Value ;
2122
2223extern cl::opt<bool > Verbose;
2324
You can’t perform that action at this time.
0 commit comments