[Modules] Move ValueHandle into the IR library where Value itself lives.
[oota-llvm.git] / lib / Transforms / Vectorize / BBVectorize.cpp
index 4855d4e027fc6c7cd9df60eac41f5a342c96d633..df65e01d4a39904c3318d4bd271b186689c715c3 100644 (file)
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Metadata.h"
 #include "llvm/IR/Type.h"
+#include "llvm/IR/ValueHandle.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
-#include "llvm/Support/ValueHandle.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Transforms/Utils/Local.h"
 #include <algorithm>