[Modules] Move the ConstantRange class into the IR library. This is
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineAndOrXor.cpp
index 1791a44aa4d47cb216e29c48103b41634e5df5f4..2c1bfc73fd90e21f0db06694b3bf41dbf917464d 100644 (file)
@@ -13,9 +13,9 @@
 
 #include "InstCombine.h"
 #include "llvm/Analysis/InstructionSimplify.h"
+#include "llvm/IR/ConstantRange.h"
 #include "llvm/IR/Intrinsics.h"
 #include "llvm/IR/PatternMatch.h"
-#include "llvm/Support/ConstantRange.h"
 #include "llvm/Transforms/Utils/CmpInstAnalysis.h"
 using namespace llvm;
 using namespace PatternMatch;