summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/CMakeLists.txt
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 12:24:34 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 12:24:34 +0000
commit8cd041ef195abc0d500c26fb08db123eacb60c1a (patch)
tree9184c43a59b1560b4e611e420baddd318efd91d5 /llvm/lib/IR/CMakeLists.txt
parent3e8467b8b985efcd11c667d50efa69920cd3b108 (diff)
downloadbcm5719-llvm-8cd041ef195abc0d500c26fb08db123eacb60c1a.tar.gz
bcm5719-llvm-8cd041ef195abc0d500c26fb08db123eacb60c1a.zip
[Modules] Move the ConstantRange class into the IR library. This is
a bit surprising, as the class is almost entirely abstracted away from any particular IR, however it encodes the comparsion predicates which mutate ranges as ICmp predicate codes. This is reasonable as they're used for both instructions and constants. Thus, it belongs in the IR library with instructions and constants. llvm-svn: 202838
Diffstat (limited to 'llvm/lib/IR/CMakeLists.txt')
-rw-r--r--llvm/lib/IR/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/IR/CMakeLists.txt b/llvm/lib/IR/CMakeLists.txt
index b1a0a06a089..09117aaf5f2 100644
--- a/llvm/lib/IR/CMakeLists.txt
+++ b/llvm/lib/IR/CMakeLists.txt
@@ -4,6 +4,7 @@ add_llvm_library(LLVMCore
AutoUpgrade.cpp
BasicBlock.cpp
ConstantFold.cpp
+ ConstantRange.cpp
Constants.cpp
Core.cpp
DiagnosticInfo.cpp
OpenPOWER on IntegriCloud