From 73b7495a96e21e1515df86414e0636dbf1395fc5 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 27 May 2004 22:04:46 +0000 Subject: [PATCH] Clean up a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13860 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/AsmWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.