don't repeat function names in comments; NFC
[oota-llvm.git] / lib / Transforms / InstCombine / CMakeLists.txt
index 72cfe2c985bc7f986a6478b3e343c56d71c6e26b..0ed8e6273dbc6474a8a856624438c5196c54016d 100644 (file)
@@ -9,9 +9,13 @@ add_llvm_library(LLVMInstCombine
   InstCombineMulDivRem.cpp
   InstCombinePHI.cpp
   InstCombineSelect.cpp
-  InstCombineShifts.cpp 
+  InstCombineShifts.cpp
   InstCombineSimplifyDemanded.cpp
   InstCombineVectorOps.cpp
+
+  ADDITIONAL_HEADER_DIRS
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/InstCombine
   )
 
 add_dependencies(LLVMInstCombine intrinsics_gen)