mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 06:30:30 +00:00
Clean up dump.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30926 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
efa3da5593
commit
774f85465e
@ -1115,7 +1115,7 @@ void GlobalVariableDesc::dump() {
|
||||
<< "DisplayName(\"" << getDisplayName() << "\"), "
|
||||
<< "File(" << getFile() << "),"
|
||||
<< "Line(" << getLine() << "),"
|
||||
<< "Type(\"" << getType() << "\"), "
|
||||
<< "Type(" << getType() << "), "
|
||||
<< "IsStatic(" << (isStatic() ? "true" : "false") << "), "
|
||||
<< "IsDefinition(" << (isDefinition() ? "true" : "false") << "), "
|
||||
<< "Global(" << Global << ")\n";
|
||||
@ -1168,7 +1168,7 @@ void SubprogramDesc::dump() {
|
||||
<< "DisplayName(\"" << getDisplayName() << "\"), "
|
||||
<< "File(" << getFile() << "),"
|
||||
<< "Line(" << getLine() << "),"
|
||||
<< "Type(\"" << getType() << "\"), "
|
||||
<< "Type(" << getType() << "), "
|
||||
<< "IsStatic(" << (isStatic() ? "true" : "false") << "), "
|
||||
<< "IsDefinition(" << (isDefinition() ? "true" : "false") << ")\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user