summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneFunction.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-04-20 22:18:31 +0000
committerDevang Patel <dpatel@apple.com>2010-04-20 22:18:31 +0000
commitcd9b49245115f13e2e190fedfdbbbfc19a49b78f (patch)
treecc4b04ea1c509afdeb4da516a36c9b3a17f0e8e7 /lib/Transforms/Utils/CloneFunction.cpp
parentd6b5d72c0fdd0c4717ee6c5357081ad67ca9f350 (diff)
downloadllvm-cd9b49245115f13e2e190fedfdbbbfc19a49b78f.tar.gz
llvm-cd9b49245115f13e2e190fedfdbbbfc19a49b78f.tar.bz2
llvm-cd9b49245115f13e2e190fedfdbbbfc19a49b78f.tar.xz
There is no need to install ValueMapper.h header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101949 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/CloneFunction.cpp')
-rw-r--r--lib/Transforms/Utils/CloneFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/CloneFunction.cpp b/lib/Transforms/Utils/CloneFunction.cpp
index 62fc2ec10b..8ad66dd01a 100644
--- a/lib/Transforms/Utils/CloneFunction.cpp
+++ b/lib/Transforms/Utils/CloneFunction.cpp
@@ -23,7 +23,7 @@
#include "llvm/LLVMContext.h"
#include "llvm/Metadata.h"
#include "llvm/Support/CFG.h"
-#include "llvm/Transforms/Utils/ValueMapper.h"
+#include "ValueMapper.h"
#include "llvm/Analysis/ConstantFolding.h"
#include "llvm/Analysis/DebugInfo.h"
#include "llvm/ADT/SmallVector.h"