diff --git a/include/llvm/CRSBuilder.h b/include/llvm/Support/CRSBuilder.h similarity index 99% rename from include/llvm/CRSBuilder.h rename to include/llvm/Support/CRSBuilder.h index 9257abc3848..1fd1683f713 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 #include #include diff --git a/include/llvm/ConstantRangesSet.h b/include/llvm/Support/ConstantRangesSet.h similarity index 100% rename from include/llvm/ConstantRangesSet.h rename to include/llvm/Support/ConstantRangesSet.h