[llvm-commits] [llvm] r68542 - /llvm/trunk/lib/VMCore/Type.cpp
    Torok Edwin 
    edwintorok at gmail.com
       
    Tue Apr  7 12:45:59 PDT 2009
    
    
  
Author: edwin
Date: Tue Apr  7 14:45:59 2009
New Revision: 68542
URL: http://llvm.org/viewvc/llvm-project?rev=68542&view=rev
Log:
fix style.
Modified:
    llvm/trunk/lib/VMCore/Type.cpp
Modified: llvm/trunk/lib/VMCore/Type.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/VMCore/Type.cpp?rev=68542&r1=68541&r2=68542&view=diff
==============================================================================
--- llvm/trunk/lib/VMCore/Type.cpp (original)
+++ llvm/trunk/lib/VMCore/Type.cpp Tue Apr  7 14:45:59 2009
@@ -672,9 +672,9 @@
 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) {
    
    
More information about the llvm-commits
mailing list