[llvm-commits] CVS: llvm/lib/Bytecode/Reader/ReaderWrappers.cpp

Reid Spencer reid at x10sys.com
Sun Nov 21 18:58:58 PST 2004



Changes in directory llvm/lib/Bytecode/Reader:

ReaderWrappers.cpp updated: 1.36 -> 1.37
---
Log message:

Fix a comment to imply the correct semantics.


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
diff -u llvm/lib/Bytecode/Reader/ReaderWrappers.cpp:1.36 llvm/lib/Bytecode/Reader/ReaderWrappers.cpp:1.37
--- llvm/lib/Bytecode/Reader/ReaderWrappers.cpp:1.36	Tue Nov 16 00:41:05 2004
+++ llvm/lib/Bytecode/Reader/ReaderWrappers.cpp	Sun Nov 21 20:58:47 2004
@@ -412,7 +412,7 @@
     return MP;
 
   } catch (...) {
-    // We only delete the ModuleProvider here because its destructor will
+    // We delete only the ModuleProvider here because its destructor will
     // also delete the Module (we used materializeModule not releaseModule).
     delete MP;
   }






More information about the llvm-commits mailing list