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] |
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.