commit | 8ebd2164eb16135baa2f56645c3c41abbd9ee389 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jan 24 04:14:29 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jan 24 04:14:29 2006 +0000 |
tree | da5dac6bf4ab601f6234e6d8aca0174d946ba695 | |
parent | eef2fe72c0096ab06533d77cf95b05ae35c7909e [diff] [blame] |
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) {