summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStepan Dyatkovskiy <stpworld@narod.ru>2012-05-11 10:34:23 +0000
committerStepan Dyatkovskiy <stpworld@narod.ru>2012-05-11 10:34:23 +0000
commitcb7a5f5f577e9477f6d5e3d0fa1558c4f229c1a6 (patch)
tree9db67410d277d95947e1586d8293883f51ee7218 /include
parent12447575dc1f78a0abcfe31bd4f45562e450e26a (diff)
downloadllvm-cb7a5f5f577e9477f6d5e3d0fa1558c4f229c1a6.tar.gz
llvm-cb7a5f5f577e9477f6d5e3d0fa1558c4f229c1a6.tar.bz2
llvm-cb7a5f5f577e9477f6d5e3d0fa1558c4f229c1a6.tar.xz
PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to include/llvm/Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/CRSBuilder.h (renamed from include/llvm/CRSBuilder.h)2
-rw-r--r--include/llvm/Support/ConstantRangesSet.h (renamed from include/llvm/ConstantRangesSet.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CRSBuilder.h b/include/llvm/Support/CRSBuilder.h
index 9257abc384..1fd1683f71 100644
--- a/include/llvm/CRSBuilder.h
+++ b/include/llvm/Support/CRSBuilder.h
@@ -19,7 +19,7 @@
#ifndef CRSBUILDER_H_
#define CRSBUILDER_H_
-#include "llvm/ConstantRangesSet.h"
+#include "llvm/Support/ConstantRangesSet.h"
#include <list>
#include <map>
#include <vector>
diff --git a/include/llvm/ConstantRangesSet.h b/include/llvm/Support/ConstantRangesSet.h
index 2d3ee8bafa..2d3ee8bafa 100644
--- a/include/llvm/ConstantRangesSet.h
+++ b/include/llvm/Support/ConstantRangesSet.h