[unittests] Alphabetize cmake file list. NFC.

llvm-svn: 292186
This commit is contained in:
Ahmed Bougacha 2017-01-17 03:09:55 +00:00
parent a480c28b3c
commit 1539d1de75
1 changed files with 2 additions and 2 deletions

View File

@ -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
)