[FastISel][AArch64] Fix a few BuildMI callsites where the result register was added...
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
1 add_llvm_library(LLVMProfileData
2   InstrProf.cpp
3   InstrProfReader.cpp
4   InstrProfWriter.cpp
5   CoverageMapping.cpp
6   CoverageMappingWriter.cpp
7   CoverageMappingReader.cpp
8   )