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

Chris Lattner lattner at cs.uiuc.edu
Mon Jan 23 20:14:43 PST 2006



Changes in directory llvm/lib/Bytecode/Reader:

Reader.cpp updated: 1.183 -> 1.184
---
Log message:

Rename method


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

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


Index: llvm/lib/Bytecode/Reader/Reader.cpp
diff -u llvm/lib/Bytecode/Reader/Reader.cpp:1.183 llvm/lib/Bytecode/Reader/Reader.cpp:1.184
--- llvm/lib/Bytecode/Reader/Reader.cpp:1.183	Mon Jan 23 17:43:17 2006
+++ llvm/lib/Bytecode/Reader/Reader.cpp	Mon Jan 23 22:14:29 2006
@@ -2111,7 +2111,7 @@
     
     // If the file has module-level inline asm, read it now.
     if (!hasAlignment && At != BlockEnd)
-      TheModule->setInlineAsm(read_str());
+      TheModule->setModuleInlineAsm(read_str());
   }
 
   // If any globals are in specified sections, assign them now.






More information about the llvm-commits mailing list