fix the encoding of the "jump on *cx" family of instructions,
[oota-llvm.git] / lib / Target / PTX / CMakeLists.txt
1 set(LLVM_TARGET_DEFINITIONS PTX.td)
2
3 add_llvm_target(PTXCodeGen
4   )
5
6 target_link_libraries (LLVMPTXCodeGen LLVMSelectionDAG)