mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-06 20:09:02 +00:00
Fix previous checkin :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4233 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd14460289
commit
d1f8d0abeb
@ -32,7 +32,7 @@ static string getCaption(const DSNode *N, const DSGraph *G) {
|
||||
if (N->getTypeEntries()[i].Offset)
|
||||
OS << "@" << N->getTypeEntries()[i].Offset;
|
||||
if (N->getTypeEntries()[i].isArray)
|
||||
Os << " array";
|
||||
OS << " array";
|
||||
OS << "\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user