mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
673c036bc7
Remove LowerAllocations pass. Update some more passes to treate free calls just like they were treating FreeInst. llvm-svn: 85176
29 lines
557 B
CMake
29 lines
557 B
CMake
add_llvm_library(LLVMTransformUtils
|
|
AddrModeMatcher.cpp
|
|
BasicBlockUtils.cpp
|
|
BasicInliner.cpp
|
|
BreakCriticalEdges.cpp
|
|
CloneFunction.cpp
|
|
CloneLoop.cpp
|
|
CloneModule.cpp
|
|
CodeExtractor.cpp
|
|
DemoteRegToStack.cpp
|
|
InlineFunction.cpp
|
|
InstructionNamer.cpp
|
|
LCSSA.cpp
|
|
Local.cpp
|
|
LoopSimplify.cpp
|
|
LowerInvoke.cpp
|
|
LowerSwitch.cpp
|
|
Mem2Reg.cpp
|
|
PromoteMemoryToRegister.cpp
|
|
SSAUpdater.cpp
|
|
SSI.cpp
|
|
SimplifyCFG.cpp
|
|
UnifyFunctionExitNodes.cpp
|
|
UnrollLoop.cpp
|
|
ValueMapper.cpp
|
|
)
|
|
|
|
target_link_libraries (LLVMTransformUtils LLVMSupport)
|