Rename method

llvm-svn: 25571
diff --git a/llvm/lib/Bytecode/Writer/Writer.cpp b/llvm/lib/Bytecode/Writer/Writer.cpp
index ec0b250..bfbce91c 100644
--- a/llvm/lib/Bytecode/Writer/Writer.cpp
+++ b/llvm/lib/Bytecode/Writer/Writer.cpp
@@ -1032,7 +1032,7 @@
     output(SectionNames[i]);
   
   // Output the inline asm string.
-  output(M->getInlineAsm());
+  output(M->getModuleInlineAsm());
 }
 
 void BytecodeWriter::outputInstructions(const Function *F) {