Rename method

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25571 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-01-24 04:14:29 +00:00
parent cc041ba03a
commit 6631601eed
7 changed files with 1168 additions and 1128 deletions

View File

@ -2111,7 +2111,7 @@ void BytecodeReader::ParseModuleGlobalInfo() {
// 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.