From: Torok Edwin Date: Tue, 7 Apr 2009 19:45:59 +0000 (+0000) Subject: fix style. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=68c405d6e860e026a4bbd7ae19328c26523dde4d;p=oota-llvm.git fix style. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68542 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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) {