summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-11-25 06:07:51 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-11-25 06:07:51 +0000
commitf01031116675f33e48e006212d1591e28b9ecedc (patch)
tree6a4bde5f04f65720924067a8ec76c266ae6d4c90 /llvm/lib
parent86911440c2af76382db3a5354eb3acd76d8e927e (diff)
downloadbcm5719-llvm-f01031116675f33e48e006212d1591e28b9ecedc.tar.gz
bcm5719-llvm-f01031116675f33e48e006212d1591e28b9ecedc.zip
Remove a nested anonymous namespace.
llvm-svn: 222728
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Linker/LinkModules.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Linker/LinkModules.cpp b/llvm/lib/Linker/LinkModules.cpp
index e57a37fb4a0..aa0f961e3da 100644
--- a/llvm/lib/Linker/LinkModules.cpp
+++ b/llvm/lib/Linker/LinkModules.cpp
@@ -383,7 +383,6 @@ namespace {
Value *materializeValueFor(Value *V) override;
};
- namespace {
class LinkDiagnosticInfo : public DiagnosticInfo {
const Twine &Msg;
@@ -395,7 +394,6 @@ namespace {
const Twine &Msg)
: DiagnosticInfo(DK_Linker, Severity), Msg(Msg) {}
void LinkDiagnosticInfo::print(DiagnosticPrinter &DP) const { DP << Msg; }
- }
/// This is an implementation class for the LinkModules function, which is the
/// entrypoint for this file.
OpenPOWER on IntegriCloud