[Modules] Move ValueHandle into the IR library where Value itself lives.
[oota-llvm.git] / lib / Transforms / Vectorize / LoopVectorize.cpp
index 70a0bafbe882e419dda42666ac19b1609684f36e..1ff347df6e7d59f13c3bf33c646f6d0ee6918af4 100644 (file)
 #include "llvm/IR/PatternMatch.h"
 #include "llvm/IR/Type.h"
 #include "llvm/IR/Value.h"
+#include "llvm/IR/ValueHandle.h"
 #include "llvm/IR/Verifier.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/BranchProbability.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
-#include "llvm/Support/ValueHandle.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Target/TargetLibraryInfo.h"
 #include "llvm/Transforms/Scalar.h"