[Hexagon] [NFC] Alphabetizing cmake files.
authorColin LeMahieu <colinl@codeaurora.org>
Wed, 5 Nov 2014 17:38:48 +0000 (17:38 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Wed, 5 Nov 2014 17:38:48 +0000 (17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221370 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/CMakeLists.txt

index 72142440414ebd1c51c558f3116e6314f917cb39..85bfce103f6aa018285256844ae0aa62ac03d5f3 100644 (file)
@@ -15,16 +15,18 @@ add_llvm_target(HexagonCodeGen
   HexagonAsmPrinter.cpp
   HexagonCallingConvLower.cpp
   HexagonCFGOptimizer.cpp
+  HexagonCopyToCombine.cpp
   HexagonExpandPredSpillCode.cpp
+  HexagonFixupHwLoops.cpp
   HexagonFrameLowering.cpp
   HexagonHardwareLoops.cpp
-  HexagonFixupHwLoops.cpp
-  HexagonMachineFunctionInfo.cpp
-  HexagonMachineScheduler.cpp
-  HexagonMCInstLower.cpp
   HexagonInstrInfo.cpp
   HexagonISelDAGToDAG.cpp
   HexagonISelLowering.cpp
+  HexagonMachineFunctionInfo.cpp
+  HexagonMachineScheduler.cpp
+  HexagonMCInstLower.cpp
+  HexagonNewValueJump.cpp
   HexagonPeephole.cpp
   HexagonRegisterInfo.cpp
   HexagonRemoveSZExtArgs.cpp
@@ -35,8 +37,6 @@ add_llvm_target(HexagonCodeGen
   HexagonTargetMachine.cpp
   HexagonTargetObjectFile.cpp
   HexagonVLIWPacketizer.cpp
-  HexagonNewValueJump.cpp
-  HexagonCopyToCombine.cpp
 )
 
 add_subdirectory(TargetInfo)