mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
Remove some debugging code that was accidentally left in.
llvm-svn: 341122
This commit is contained in:
parent
2372bffeec
commit
474ddb04c8
@ -520,17 +520,6 @@ Demangler::demangleRttiBaseClassDescriptorNode(ArenaAllocator &Arena,
|
||||
return VSN;
|
||||
}
|
||||
|
||||
void dump(Node *N) {
|
||||
OutputStream OS = OutputStream::create(nullptr, nullptr, 1024);
|
||||
N->output(OS, OF_Default);
|
||||
OS << '\0';
|
||||
char *Name = OS.getBuffer();
|
||||
|
||||
printf(Name);
|
||||
printf("\n");
|
||||
std::free(Name);
|
||||
}
|
||||
|
||||
FunctionSymbolNode *Demangler::demangleInitFiniStub(StringView &MangledName,
|
||||
bool IsDestructor) {
|
||||
DynamicStructorIdentifierNode *DSIN =
|
||||
|
Loading…
x
Reference in New Issue
Block a user