[Modules] Move the ConstantRange class into the IR library. This is
[oota-llvm.git] / lib / IR / Metadata.cpp
index 512dec196f2665bca86b0f9ffe4d47bd0658fd18..d46eec69f58d9894098fe8b9407ec8a688d3032e 100644 (file)
 #include "llvm/ADT/SmallSet.h"
 #include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/StringMap.h"
+#include "llvm/IR/ConstantRange.h"
 #include "llvm/IR/Instruction.h"
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Module.h"
 #include "llvm/IR/ValueHandle.h"
-#include "llvm/Support/ConstantRange.h"
 #include "llvm/Support/LeakDetector.h"
 using namespace llvm;