CMakeLists.txt 136 Bytes
Newer Older
刘睿博's avatar
刘睿博 committed
1 2 3 4 5 6 7 8 9
add_library(
    passes STATIC
    DeadCode.cpp
    Dominators.cpp
    FuncInfo.cpp
    LoopDetection.cpp
    LICM.cpp
    Mem2Reg.cpp
)