summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer/Writer.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-24 04:14:29 +0000
committerChris Lattner <sabre@nondot.org>2006-01-24 04:14:29 +0000
commit8ebd2164eb16135baa2f56645c3c41abbd9ee389 (patch)
treeda5dac6bf4ab601f6234e6d8aca0174d946ba695 /llvm/lib/Bytecode/Writer/Writer.cpp
parenteef2fe72c0096ab06533d77cf95b05ae35c7909e (diff)
downloadbcm5719-llvm-8ebd2164eb16135baa2f56645c3c41abbd9ee389.tar.gz
bcm5719-llvm-8ebd2164eb16135baa2f56645c3c41abbd9ee389.zip
Rename method
llvm-svn: 25571
Diffstat (limited to 'llvm/lib/Bytecode/Writer/Writer.cpp')
-rw-r--r--llvm/lib/Bytecode/Writer/Writer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Writer/Writer.cpp b/llvm/lib/Bytecode/Writer/Writer.cpp
index ec0b250dce8..bfbce91c56e 100644
--- a/llvm/lib/Bytecode/Writer/Writer.cpp
+++ b/llvm/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) {
OpenPOWER on IntegriCloud