From 68c405d6e860e026a4bbd7ae19328c26523dde4d Mon Sep 17 00:00:00 2001 From: Torok Edwin Date: Tue, 7 Apr 2009 19:45:59 +0000 Subject: [PATCH] fix style. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68542 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Type.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/VMCore/Type.cpp b/lib/VMCore/Type.cpp index 9f93d17d9f3..7b62530b51d 100644 --- a/lib/VMCore/Type.cpp +++ b/lib/VMCore/Type.cpp @@ -672,9 +672,9 @@ protected: public: ~TypeMapBase() { - //PATypeHolder won't destroy non-abstract types. - //We can't destroy them by simply iterating, because - //they may contain references to each-other + // PATypeHolder won't destroy non-abstract types. + // We can't destroy them by simply iterating, because + // they may contain references to each-other. for (std::multimap::iterator I = TypesByHash.begin(), E = TypesByHash.end(); I != E; ++I) {