[Modules] Move the ConstantRange class into the IR library. This is
[oota-llvm.git] / include / llvm / Analysis / ScalarEvolution.h
index e2d8765b4a82c66a959aafddc4fc899813496ff1..fd2ec060a7761b11cd281b46bd9880cbfedfa1ea 100644 (file)
 
 #include "llvm/ADT/DenseSet.h"
 #include "llvm/ADT/FoldingSet.h"
+#include "llvm/IR/ConstantRange.h"
 #include "llvm/IR/Function.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/Operator.h"
 #include "llvm/IR/ValueHandle.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/Allocator.h"
-#include "llvm/Support/ConstantRange.h"
 #include "llvm/Support/DataTypes.h"
 #include <map>