mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Print the array flag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4231 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9faa34339
commit
af4800b8a9
@ -31,6 +31,8 @@ static string getCaption(const DSNode *N, const DSGraph *G) {
|
||||
WriteTypeSymbolic(OS, N->getTypeEntries()[i].Ty, M);
|
||||
if (N->getTypeEntries()[i].Offset)
|
||||
OS << "@" << N->getTypeEntries()[i].Offset;
|
||||
if (N->getTypeEntries()[i].isArray)
|
||||
Os << " array";
|
||||
OS << "\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user