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 1919#include " llvm/ADT/SmallVector.h"
2020#include " llvm/ADT/StringRef.h"
2121#include " llvm/ADT/StringSet.h"
22- #include " llvm/Analysis/DroppedVariableStats.h"
2322#include " llvm/CodeGen/MachineBasicBlock.h"
2423#include " llvm/IR/BasicBlock.h"
2524#include " llvm/IR/DebugInfoMetadata.h"
2625#include " llvm/IR/OptBisect.h"
2726#include " llvm/IR/PassTimingInfo.h"
2827#include " llvm/IR/ValueHandle.h"
28+ #include " llvm/Passes/DroppedVariableStats.h"
2929#include " llvm/Support/CommandLine.h"
3030#include " llvm/Support/TimeProfiler.h"
3131#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
6060 DomPrinter.cpp
6161 DomTreeUpdater.cpp
6262 DominanceFrontier.cpp
63- DroppedVariableStats.cpp
6463 DXILResource.cpp
6564 DXILMetadataAnalysis.cpp
6665 FunctionPropertiesAnalysis.cpp
Original file line number Diff line number Diff line change 11add_llvm_component_library(LLVMPasses
22 CodeGenPassBuilder.cpp
3+ DroppedVariableStats.cpp
34 OptimizationLevel.cpp
45 PassBuilder.cpp
56 PassBuilderBindings.cpp
Original file line number Diff line number Diff line change 1111// /
1212// /===---------------------------------------------------------------------===//
1313
14- #include " llvm/Analysis /DroppedVariableStats.h"
14+ #include " llvm/Passes /DroppedVariableStats.h"
1515#include " llvm/IR/DebugInfoMetadata.h"
1616#include " llvm/IR/InstIterator.h"
1717#include " llvm/IR/Module.h"
You can’t perform that action at this time.
0 commit comments