1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Analysis/IPA/CMakeLists.txt
Rafael Espindola ed91a36cd8 Remove the unused FindUsedTypes pass.
It was dead since r134829.

llvm-svn: 222684
2014-11-24 20:53:26 +00:00

11 lines
175 B
CMake

add_llvm_library(LLVMipa
CallGraph.cpp
CallGraphSCCPass.cpp
CallPrinter.cpp
GlobalsModRef.cpp
IPA.cpp
InlineCost.cpp
)
add_dependencies(LLVMipa intrinsics_gen)