File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ static_library("Analysis") {
47
47
" DomTreeUpdater.cpp" ,
48
48
" DominanceFrontier.cpp" ,
49
49
" EHPersonalities.cpp" ,
50
+ " FunctionPropertiesAnalysis.cpp" ,
50
51
" GlobalsModRef.cpp" ,
51
52
" GuardUtils.cpp" ,
52
53
" HeatUtils.cpp" ,
@@ -55,7 +56,6 @@ static_library("Analysis") {
55
56
" IndirectCallPromotionAnalysis.cpp" ,
56
57
" InlineAdvisor.cpp" ,
57
58
" InlineCost.cpp" ,
58
- " InlineFeaturesAnalysis.cpp" ,
59
59
" InlineSizeEstimatorAnalysis.cpp" ,
60
60
" InstCount.cpp" ,
61
61
" InstructionPrecedenceTracking.cpp" ,
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ unittest("AnalysisTests") {
22
22
" DDGTest.cpp" ,
23
23
" DivergenceAnalysisTest.cpp" ,
24
24
" DomTreeUpdaterTest.cpp" ,
25
+ " FunctionPropertiesAnalysisTest.cpp" ,
25
26
" GlobalsModRefTest.cpp" ,
26
27
" IVDescriptorsTest.cpp" ,
27
- " InlineFeaturesAnalysisTest.cpp" ,
28
28
" LazyCallGraphTest.cpp" ,
29
29
" LoadsTest.cpp" ,
30
30
" LoopInfoTest.cpp" ,
You can’t perform that action at this time.
0 commit comments