mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-08 00:24:25 +00:00
Rename method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25571 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user