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) {