R600: New control flow for SI v2
[oota-llvm.git] / lib / Target / R600 / CMakeLists.txt
index 757b73352261511e20fa1f6691133e80288f1327..ce0b56bdf02750acea90a4f64880ec6ad0f5d688 100644 (file)
@@ -27,6 +27,7 @@ add_llvm_target(R600CodeGen
   AMDGPUAsmPrinter.cpp
   AMDGPUMCInstLower.cpp
   AMDGPUSubtarget.cpp
+  AMDGPUStructurizeCFG.cpp
   AMDGPUTargetMachine.cpp
   AMDGPUISelLowering.cpp
   AMDGPUConvertToISA.cpp
@@ -37,6 +38,7 @@ add_llvm_target(R600CodeGen
   R600ISelLowering.cpp
   R600MachineFunctionInfo.cpp
   R600RegisterInfo.cpp
+  SIAnnotateControlFlow.cpp
   SIAssignInterpRegs.cpp
   SIInstrInfo.cpp
   SIISelLowering.cpp
@@ -44,7 +46,6 @@ add_llvm_target(R600CodeGen
   SILowerControlFlow.cpp
   SIMachineFunctionInfo.cpp
   SIRegisterInfo.cpp
-  SIFixSGPRLiveness.cpp
   )
 
 add_dependencies(LLVMR600CodeGen intrinsics_gen)