Fix previous checkin :(
authorChris Lattner <sabre@nondot.org>
Sun, 20 Oct 2002 20:39:17 +0000 (20:39 +0000)
committerChris 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

index b37adc895dfb1aa83f4f0e4490d50e8461864d7e..25e51f1cbad4ab08c9879d3702c0634fdfe077b3 100644 (file)
@@ -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";
   }