forked from OSchip/llvm-project
[unittests] Alphabetize cmake file list. NFC.
llvm-svn: 292186
This commit is contained in:
parent
a480c28b3c
commit
1539d1de75
|
@ -9,15 +9,15 @@ add_llvm_unittest(AnalysisTests
|
|||
AliasAnalysisTest.cpp
|
||||
BlockFrequencyInfoTest.cpp
|
||||
BranchProbabilityInfoTest.cpp
|
||||
CallGraphTest.cpp
|
||||
CFGTest.cpp
|
||||
CGSCCPassManagerTest.cpp
|
||||
CallGraphTest.cpp
|
||||
LazyCallGraphTest.cpp
|
||||
LoopInfoTest.cpp
|
||||
MemoryBuiltinsTest.cpp
|
||||
ProfileSummaryInfoTest.cpp
|
||||
ScalarEvolutionTest.cpp
|
||||
TBAATest.cpp
|
||||
ValueTrackingTest.cpp
|
||||
UnrollAnalyzer.cpp
|
||||
ValueTrackingTest.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue