diff options
-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 9257abc..1fd1683 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 2d3ee8b..2d3ee8b 100644 --- a/include/llvm/ConstantRangesSet.h +++ b/include/llvm/Support/ConstantRangesSet.h |