AArch64: Fix cmp;ccmp ordering
[oota-llvm.git] / lib / Bitcode / Writer / CMakeLists.txt
1 add_llvm_library(LLVMBitWriter
2   BitWriter.cpp
3   BitcodeWriter.cpp
4   BitcodeWriterPass.cpp
5   ValueEnumerator.cpp
6
7   DEPENDS
8   intrinsics_gen
9   )