File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Expand file tree Collapse file tree 5 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 19
19
#include " llvm/ADT/SmallVector.h"
20
20
#include " llvm/ADT/StringRef.h"
21
21
#include " llvm/ADT/StringSet.h"
22
- #include " llvm/Analysis/DroppedVariableStats.h"
23
22
#include " llvm/CodeGen/MachineBasicBlock.h"
24
23
#include " llvm/IR/BasicBlock.h"
25
24
#include " llvm/IR/DebugInfoMetadata.h"
26
25
#include " llvm/IR/OptBisect.h"
27
26
#include " llvm/IR/PassTimingInfo.h"
28
27
#include " llvm/IR/ValueHandle.h"
28
+ #include " llvm/Passes/DroppedVariableStats.h"
29
29
#include " llvm/Support/CommandLine.h"
30
30
#include " llvm/Support/TimeProfiler.h"
31
31
#include " llvm/Transforms/IPO/SampleProfileProbe.h"
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ add_llvm_component_library(LLVMAnalysis
60
60
DomPrinter.cpp
61
61
DomTreeUpdater.cpp
62
62
DominanceFrontier.cpp
63
- DroppedVariableStats.cpp
64
63
DXILResource.cpp
65
64
DXILMetadataAnalysis.cpp
66
65
FunctionPropertiesAnalysis.cpp
Original file line number Diff line number Diff line change 1
1
add_llvm_component_library(LLVMPasses
2
2
CodeGenPassBuilder.cpp
3
+ DroppedVariableStats.cpp
3
4
OptimizationLevel.cpp
4
5
PassBuilder.cpp
5
6
PassBuilderBindings.cpp
Original file line number Diff line number Diff line change 11
11
// /
12
12
// /===---------------------------------------------------------------------===//
13
13
14
- #include " llvm/Analysis /DroppedVariableStats.h"
14
+ #include " llvm/Passes /DroppedVariableStats.h"
15
15
#include " llvm/IR/DebugInfoMetadata.h"
16
16
#include " llvm/IR/InstIterator.h"
17
17
#include " llvm/IR/Module.h"
You can’t perform that action at this time.
0 commit comments