[ms-inline asm] Add a few typedefs to simplify future changes.
[oota-llvm.git] / lib / Target / PowerPC / CMakeLists.txt
index 7204926526b0bad801b9fb3cc8a108af8e1cd569..192d18d66440bca9efcc55f84e4c3dd6516b639b 100644 (file)
@@ -29,6 +29,8 @@ add_llvm_target(PowerPCCodeGen
   PPCSelectionDAGInfo.cpp
   )
 
+add_dependencies(LLVMPowerPCCodeGen intrinsics_gen)
+
 add_subdirectory(InstPrinter)
 add_subdirectory(TargetInfo)
 add_subdirectory(MCTargetDesc)