diff options
author | Devang Patel <dpatel@apple.com> | 2010-04-20 22:18:31 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-04-20 22:18:31 +0000 |
commit | cd9b49245115f13e2e190fedfdbbbfc19a49b78f (patch) | |
tree | cc4b04ea1c509afdeb4da516a36c9b3a17f0e8e7 /lib/Transforms/Utils/CloneModule.cpp | |
parent | d6b5d72c0fdd0c4717ee6c5357081ad67ca9f350 (diff) |
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/CloneModule.cpp')
-rw-r--r-- | lib/Transforms/Utils/CloneModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/CloneModule.cpp b/lib/Transforms/Utils/CloneModule.cpp index a163f89cc3..b87c082793 100644 --- a/lib/Transforms/Utils/CloneModule.cpp +++ b/lib/Transforms/Utils/CloneModule.cpp @@ -17,7 +17,7 @@ #include "llvm/DerivedTypes.h" #include "llvm/TypeSymbolTable.h" #include "llvm/Constant.h" -#include "llvm/Transforms/Utils/ValueMapper.h" +#include "ValueMapper.h" using namespace llvm; /// CloneModule - Return an exact copy of the specified module. This is not as |