ARM: Fix more fast-isel verifier failures.
[oota-llvm.git] / lib / Target / Hexagon / CMakeLists.txt
index 6c5da72980e33387f4cc0331947c4c9e62bd3986..2b797910e435cbae0736aad3cffe44fa2986da11 100644 (file)
@@ -16,6 +16,9 @@ add_llvm_target(HexagonCodeGen
   HexagonExpandPredSpillCode.cpp
   HexagonFrameLowering.cpp
   HexagonHardwareLoops.cpp
+  HexagonFixupHwLoops.cpp
+  HexagonMachineScheduler.cpp
+  HexagonMCInstLower.cpp
   HexagonInstrInfo.cpp
   HexagonISelDAGToDAG.cpp
   HexagonISelLowering.cpp
@@ -23,12 +26,19 @@ add_llvm_target(HexagonCodeGen
   HexagonRegisterInfo.cpp
   HexagonRemoveSZExtArgs.cpp
   HexagonSelectionDAGInfo.cpp
+  HexagonSplitConst32AndConst64.cpp
   HexagonSplitTFRCondSets.cpp
   HexagonSubtarget.cpp
   HexagonTargetMachine.cpp
   HexagonTargetObjectFile.cpp
-  )
+  HexagonVLIWPacketizer.cpp
+  HexagonNewValueJump.cpp
+  HexagonCopyToCombine.cpp
+)
+
+add_dependencies(LLVMHexagonCodeGen HexagonCommonTableGen intrinsics_gen)
 
 add_subdirectory(TargetInfo)
+add_subdirectory(InstPrinter)
 add_subdirectory(MCTargetDesc)