projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd14460
)
Fix previous checkin :(
author
Chris Lattner
<sabre@nondot.org>
Sun, 20 Oct 2002 20:39:17 +0000
(20:39 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 20 Oct 2002 20:39:17 +0000
(20:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4233
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/DataStructure/Printer.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/DataStructure/Printer.cpp
b/lib/Analysis/DataStructure/Printer.cpp
index b37adc895dfb1aa83f4f0e4490d50e8461864d7e..25e51f1cbad4ab08c9879d3702c0634fdfe077b3 100644
(file)
--- a/
lib/Analysis/DataStructure/Printer.cpp
+++ b/
lib/Analysis/DataStructure/Printer.cpp
@@
-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)
- O
s
<< " array";
+ O
S
<< " array";
OS << "\n";
}