mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Make this a bit prettier and more obvious when a derived type isn't
derived from anything. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150975 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dc1eeb89f2
commit
1c7f744bbb
@ -745,7 +745,9 @@ void DIBasicType::print(raw_ostream &OS) const {
|
|||||||
|
|
||||||
/// print - Print derived type.
|
/// print - Print derived type.
|
||||||
void DIDerivedType::print(raw_ostream &OS) const {
|
void DIDerivedType::print(raw_ostream &OS) const {
|
||||||
OS << "\n\t Derived From: "; getTypeDerivedFrom().print(OS);
|
OS << "\n\t Derived From: ";
|
||||||
|
getTypeDerivedFrom().print(OS);
|
||||||
|
OS << "\n\t";
|
||||||
}
|
}
|
||||||
|
|
||||||
/// print - Print composite type.
|
/// print - Print composite type.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user