fix PR6195, a bug constant folding scalar -> vector compares.
[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   GVMaterializer.cpp
12   Globals.cpp
13   IRBuilder.cpp
14   InlineAsm.cpp
15   Instruction.cpp
16   Instructions.cpp
17   IntrinsicInst.cpp
18   LLVMContext.cpp
19   LeakDetector.cpp
20   Metadata.cpp
21   Module.cpp
22   Pass.cpp
23   PassManager.cpp
24   PrintModulePass.cpp
25   Type.cpp
26   TypeSymbolTable.cpp
27   Use.cpp
28   Value.cpp
29   ValueSymbolTable.cpp
30   ValueTypes.cpp
31   Verifier.cpp
32   )