[Modules] Move the ConstantRange class into the IR library. This is
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineCompares.cpp
index 65c98ebd4e1051eb8b09a50896b2b3e1cbe4b0ee..61b121816e4ba487014ac6db0896f15d82737bbd 100644 (file)
 #include "llvm/Analysis/ConstantFolding.h"
 #include "llvm/Analysis/InstructionSimplify.h"
 #include "llvm/Analysis/MemoryBuiltins.h"
+#include "llvm/IR/ConstantRange.h"
 #include "llvm/IR/DataLayout.h"
 #include "llvm/IR/GetElementPtrTypeIterator.h"
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/IR/PatternMatch.h"
-#include "llvm/Support/ConstantRange.h"
 #include "llvm/Target/TargetLibraryInfo.h"
 using namespace llvm;
 using namespace PatternMatch;