Don't analyze block if it's not considered for ifcvt anymore.
[llvm/stm8.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
blob4da7876ea4fcfc1047482313431f3b0bbcd653e9
1 add_llvm_library(LLVMAsmPrinter
2   ARMException.cpp
3   AsmPrinter.cpp
4   AsmPrinterDwarf.cpp
5   AsmPrinterInlineAsm.cpp
6   DIE.cpp
7   DwarfCFIException.cpp
8   DwarfCompileUnit.cpp
9   DwarfDebug.cpp
10   DwarfException.cpp
11   OcamlGCPrinter.cpp
12   Win64Exception.cpp
13   )