mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Remove a nested anonymous namespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222728 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
842d2b62ed
commit
fbc90b1bb1
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user