diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-24 04:14:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-24 04:14:29 +0000 |
commit | 6631601eeda2300abdce11fbd7a7a3daa2694d39 (patch) | |
tree | 18d60ef13e60bd7117de541ee139e1559c85bcc6 /lib/Bytecode/Writer | |
parent | cc041ba03aed685400197fb938b7a583713d25af (diff) | |
download | external_llvm-6631601eeda2300abdce11fbd7a7a3daa2694d39.zip external_llvm-6631601eeda2300abdce11fbd7a7a3daa2694d39.tar.gz external_llvm-6631601eeda2300abdce11fbd7a7a3daa2694d39.tar.bz2 |
Rename method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25571 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer')
-rw-r--r-- | lib/Bytecode/Writer/Writer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp index ec0b250..bfbce91 100644 --- a/lib/Bytecode/Writer/Writer.cpp +++ b/lib/Bytecode/Writer/Writer.cpp @@ -1032,7 +1032,7 @@ void BytecodeWriter::outputModuleInfoBlock(const Module *M) { output(SectionNames[i]); // Output the inline asm string. - output(M->getInlineAsm()); + output(M->getModuleInlineAsm()); } void BytecodeWriter::outputInstructions(const Function *F) { |