Rename method

llvm-svn: 25571
diff --git a/llvm/lib/Bytecode/Reader/Reader.cpp b/llvm/lib/Bytecode/Reader/Reader.cpp
index 6a3251d..e57101a 100644
--- a/llvm/lib/Bytecode/Reader/Reader.cpp
+++ b/llvm/lib/Bytecode/Reader/Reader.cpp
@@ -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.