[Modules] Move ValueHandle into the IR library where Value itself lives.
[oota-llvm.git] / lib / Transforms / Scalar / TailRecursionElimination.cpp
index 855ae43cbe68780c8a2386d738d0f58cf53bbf9f..ad92a5961432e5f63888255f429258ef02f6fbec 100644 (file)
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/IR/Module.h"
+#include "llvm/IR/ValueHandle.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/Debug.h"
-#include "llvm/Support/ValueHandle.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
 #include "llvm/Transforms/Utils/Local.h"