Changes in directory llvm/lib/Bytecode/Reader:

Reader.h updated: 1.29 -> 1.30
---
Log message:

Fix a bug in my previous patch which broke building llvm/runtime when using 
llvm-gcc3.


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

 Reader.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Bytecode/Reader/Reader.h
diff -u llvm/lib/Bytecode/Reader/Reader.h:1.29 
llvm/lib/Bytecode/Reader/Reader.h:1.30
--- llvm/lib/Bytecode/Reader/Reader.h:1.29      Thu Jul  6 16:35:01 2006
+++ llvm/lib/Bytecode/Reader/Reader.h   Fri Jul  7 01:06:06 2006
@@ -187,7 +187,7 @@
   /// here. It simply releases the module from its provided and frees up our
   /// state.
   /// @brief Release our hold on the generated module
-  Module* releaseModule() {
+  Module* releaseModule(std::string *ErrInfo = 0) {
     // Since we're losing control of this Module, we must hand it back complete
     Module *M = ModuleProvider::releaseModule();
     freeState();



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to