white space cleanups
[oota-llvm.git] / lib / Support / CMakeLists.txt
index a64a18836b328d8c951667acfcead3d3b4e6a65b..63a833c38046e44dd41ee33fd5c28ee49c83ab4f 100644 (file)
@@ -9,10 +9,13 @@ add_llvm_library(LLVMSupport
   APInt.cpp
   APSInt.cpp
   Allocator.cpp
+  BlockFrequency.cpp
+  BranchProbability.cpp
   circular_raw_ostream.cpp
   CommandLine.cpp
   ConstantRange.cpp
   CrashRecoveryContext.cpp
+  DataExtractor.cpp
   Debug.cpp
   DeltaAlgorithm.cpp
   DAGDeltaAlgorithm.cpp
@@ -22,6 +25,7 @@ add_llvm_library(LLVMSupport
   FoldingSet.cpp
   FormattedStream.cpp
   GraphWriter.cpp
+  IntEqClasses.cpp
   IntervalMap.cpp
   IsInf.cpp
   IsNAN.cpp
@@ -40,7 +44,6 @@ add_llvm_library(LLVMSupport
   StringPool.cpp
   StringRef.cpp
   SystemUtils.cpp
-  TargetRegistry.cpp
   Timer.cpp
   ToolOutputFile.cpp
   Triple.cpp
@@ -54,7 +57,6 @@ add_llvm_library(LLVMSupport
   regstrlcpy.c
 
 # System
-  Alarm.cpp
   Atomic.cpp
   Disassembler.cpp
   DynamicLibrary.cpp
@@ -71,11 +73,11 @@ add_llvm_library(LLVMSupport
   SearchForAddressOfSpecialSymbol.cpp
   Signals.cpp
   system_error.cpp
+  TargetRegistry.cpp
   ThreadLocal.cpp
   Threading.cpp
   TimeValue.cpp
   Valgrind.cpp
-  Unix/Alarm.inc
   Unix/Host.inc
   Unix/Memory.inc
   Unix/Mutex.inc
@@ -88,7 +90,6 @@ add_llvm_library(LLVMSupport
   Unix/system_error.inc
   Unix/ThreadLocal.inc
   Unix/TimeValue.inc
-  Windows/Alarm.inc
   Windows/DynamicLibrary.inc
   Windows/Host.inc
   Windows/Memory.inc