[Modules] Move the ConstantRange class into the IR library. This is
[oota-llvm.git] / lib / IR / Instructions.cpp
index 9cdc60809b40d347c2ba4f5449d977596d7f3298..c89365fcda6cd3ef45adfbc6ebcb4af008641445 100644 (file)
 #include "llvm/IR/Instructions.h"
 #include "LLVMContextImpl.h"
 #include "llvm/IR/CallSite.h"
+#include "llvm/IR/ConstantRange.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/DataLayout.h"
 #include "llvm/IR/DerivedTypes.h"
 #include "llvm/IR/Function.h"
 #include "llvm/IR/Module.h"
 #include "llvm/IR/Operator.h"
-#include "llvm/Support/ConstantRange.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/MathExtras.h"
 using namespace llvm;