fix style.
authorTorok Edwin <edwintorok@gmail.com>
Tue, 7 Apr 2009 19:45:59 +0000 (19:45 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Tue, 7 Apr 2009 19:45:59 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68542 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Type.cpp

index 9f93d17d9f312d176dcbf0001ccae9e235734d39..7b62530b51d8880e4c1c09b7fe16b7196ef28e96 100644 (file)
@@ -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<unsigned, PATypeHolder>::iterator I
          = TypesByHash.begin(), E = TypesByHash.end(); I != E; ++I) {