From 6631601eeda2300abdce11fbd7a7a3daa2694d39 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 24 Jan 2006 04:14:29 +0000 Subject: Rename method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25571 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Reader/Reader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Bytecode/Reader/Reader.cpp') diff --git a/lib/Bytecode/Reader/Reader.cpp b/lib/Bytecode/Reader/Reader.cpp index 6a3251d68a..e57101aeb5 100644 --- a/lib/Bytecode/Reader/Reader.cpp +++ b/lib/Bytecode/Reader/Reader.cpp @@ -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. -- cgit v1.2.3-70-g09d2