forked from OSchip/llvm-project
[Hexagon] [NFC] Alphabetizing cmake files.
llvm-svn: 221370
This commit is contained in:
parent
9f99723d92
commit
816ef086f6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue