Tweak the expansion code for BIT_CONVERT to generate better code
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
1 add_llvm_library(LLVMCore
2   AsmWriter.cpp
3   Attributes.cpp
4   AutoUpgrade.cpp
5   BasicBlock.cpp
6   ConstantFold.cpp
7   Constants.cpp
8   Core.cpp
9   Dominators.cpp
10   Function.cpp
11   Globals.cpp
12   InlineAsm.cpp
13   Instruction.cpp
14   Instructions.cpp
15   IntrinsicInst.cpp
16   LeakDetector.cpp
17   Mangler.cpp
18   Module.cpp
19   ModuleProvider.cpp
20   Pass.cpp
21   PassManager.cpp
22   PrintModulePass.cpp
23   Type.cpp
24   TypeSymbolTable.cpp
25   Use.cpp
26   Value.cpp
27   ValueSymbolTable.cpp
28   ValueTypes.cpp
29   Verifier.cpp
30   )