summaryrefslogtreecommitdiff
path: root/lib/Linker/LinkModules.cpp
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-03-19 15:26:24 +0000
committerEli Bendersky <eliben@google.com>2013-03-19 15:26:24 +0000
commit58890d52eb6f9ba44e70c8fc651201f1d429489e (patch)
treeb530efcefef99d77cf6800688b53ca3a991fcbe3 /lib/Linker/LinkModules.cpp
parentec2e968b7a60a4b48bbb315f8dd6e96e51c31691 (diff)
downloadllvm-58890d52eb6f9ba44e70c8fc651201f1d429489e.tar.gz
llvm-58890d52eb6f9ba44e70c8fc651201f1d429489e.tar.bz2
llvm-58890d52eb6f9ba44e70c8fc651201f1d429489e.tar.xz
The Linker interface has some dead code after the cleanup in r172749
(and possibly others). The attached patch removes it, and tries to update comments accordingly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Linker/LinkModules.cpp')
-rw-r--r--lib/Linker/LinkModules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp
index 0acbcfadaf..74cbdadd61 100644
--- a/lib/Linker/LinkModules.cpp
+++ b/lib/Linker/LinkModules.cpp
@@ -17,13 +17,13 @@
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallPtrSet.h"
+#include "llvm/ADT/SmallString.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/TypeFinder.h"
#include "llvm/Support/Debug.h"
-#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/Transforms/Utils/ValueMapper.h"