summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/CloneModule.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
commit382b9696477b8c71dacba0f9255635616fd31627 (patch)
treefcab47a12990a2bae74d94fa07f1231557d7ad4b /llvm/lib/Transforms/Utils/CloneModule.cpp
parentacdfa7acfe8f19bc0546a81bdbc4ed1ca397d467 (diff)
downloadbcm5719-llvm-382b9696477b8c71dacba0f9255635616fd31627.tar.gz
bcm5719-llvm-382b9696477b8c71dacba0f9255635616fd31627.zip
There is no need to install ValueMapper.h header.
llvm-svn: 101949
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneModule.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/CloneModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/CloneModule.cpp b/llvm/lib/Transforms/Utils/CloneModule.cpp
index a163f89cc37..b87c082793e 100644
--- a/llvm/lib/Transforms/Utils/CloneModule.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud