From: Reid Spencer Date: Thu, 27 May 2004 22:04:46 +0000 (+0000) Subject: Clean up a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=73b7495a96e21e1515df86414e0636dbf1395fc5;p=oota-llvm.git Clean up a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13860 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/AsmWriter.cpp b/lib/VMCore/AsmWriter.cpp index e6c9085b6d0..651bf591657 100644 --- a/lib/VMCore/AsmWriter.cpp +++ b/lib/VMCore/AsmWriter.cpp @@ -600,7 +600,7 @@ private : // which slot it occupies. void printInfoComment(const Value &V); }; -} // end of anonymous namespace +} // end of llvm namespace /// printTypeAtLeastOneLevel - Print out one level of the possibly complex type /// without considering any symbolic types that we may have equal to it.