]> granicus.if.org Git - llvm/commitdiff
[unittests] Alphabetize cmake file list. NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 17 Jan 2017 03:09:55 +0000 (03:09 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 17 Jan 2017 03:09:55 +0000 (03:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292186 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Analysis/CMakeLists.txt

index 5ecf3e0ef208a23a144a42d396e6cf1bb5fc78b0..827db9ec4ee47d032b6a95f84a4fbcbe5697b920 100644 (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
   )